My program doesn't have bugs. It just develops random features.
UE2:GUIUserModInfo (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
- Package:
- GUI2K4
- Direct subclass:
- UT2K4DefaultGame
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
(C) 2002, Epic Games
The GUIUserModInfo is a class that allows mod authors to create TC/Mod records for their mods. Users can then activate the mod from the User Mods menu.
Mod authors subclass this actor in their package. They then need to add the following line to their .INT file
Object=(Class=Class,MetaClass=GUI2K4.GUIUserModInfo,Name=ModPackageName.CustomModInfoClassName)
ModName is the name of the mod. It will appear in the list of mods. ModInfo is the text to display in the Mod Info box. ModLogo is the string name of an image to use as a logo for the mod ModCmdLine is the command line parameters to use when activating the mod
[edit] Properties
[edit] ModCmdLine
Type: string
Modifiers: localized
[edit] ModInfo
Type: string
Modifiers: localized
[edit] ModLogo
Type: string
Modifiers: localized
[edit] ModName
Type: string
Modifiers: localized
