Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE2:Tab_InstantActionMain (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K3TabPanel >> Tab_InstantActionMain |
Contents
- 1 Properties
- 2 Delegates
- 3 Functions
- 3.1 Events
- 3.2 Other instance functions
- 3.2.1 BotSkillChanged
- 3.2.2 ChangeCustomBots
- 3.2.3 ChangeMapBots
- 3.2.4 GameTypeChanged
- 3.2.5 GetGameClass
- 3.2.6 GetIsTeamGame
- 3.2.7 GetMapListClass
- 3.2.8 GetMapPrefix
- 3.2.9 GetRulesClass
- 3.2.10 MapListChange
- 3.2.11 MapListDblClick
- 3.2.12 ParseDescStr
- 3.2.13 Play
- 3.2.14 ReadMapInfo
- 3.2.15 ReadMapList
- 3.2.16 SelectGameType
- Package:
- XInterface
- This class in other games:
- UE2Runtime, UT2003
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. |
Class: XInterface.Tab_InstantActionMain Parent: XInterface.GUITabPanel
<Enter a description here>
Properties
See Tab_InstantActionMain properties.
Delegates
OnChangeCustomBots
delegate OnChangeCustomBots ()
OnChangeGameType
delegate OnChangeGameType ()
Functions
Events
InitComponent
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIPanel.InitComponent
Other instance functions
BotSkillChanged
function BotSkillChanged (GUIComponent Sender)
ChangeCustomBots
function ChangeCustomBots (GUIComponent Sender)
ChangeMapBots
function ChangeMapBots (GUIComponent Sender)
GameTypeChanged
function GameTypeChanged (GUIComponent Sender)
GetGameClass
function string GetGameClass ()
GetIsTeamGame
function bool GetIsTeamGame ()
GetMapListClass
function string GetMapListClass ()
GetMapPrefix
function string GetMapPrefix ()
GetRulesClass
function string GetRulesClass ()
MapListChange
function MapListChange (GUIComponent Sender)
MapListDblClick
function bool MapListDblClick (GUIComponent Sender)
ParseDescStr
Play
function string Play ()
ReadMapInfo
function ReadMapInfo (string MapName)
ReadMapList
function ReadMapList (string MapPreFix)
SelectGameType
function SelectGameType (string GameType)