There is no spoon
UE2:GUIUserModInfo (UT2004)
- Package:
- GUI2K4
- Direct subclass:
- UT2K4DefaultGame
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} 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
Properties[edit]
ModCmdLine[edit]
Type: string
Modifiers: localized
ModInfo[edit]
Type: string
Modifiers: localized
ModLogo[edit]
Type: string
Modifiers: localized
ModName[edit]
Type: string
Modifiers: localized