Mostly Harmless
UE2:Tab_MultiplayerHostMain (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> Tab_MultiplayerHostMain |
Contents
- 1 Properties
- 2 Delegates
- 3 Instance functions
- 3.1 GameTypeChanged
- 3.2 GetGameClass
- 3.3 GetIsTeamGame
- 3.4 GetMapListClass
- 3.5 GetMapPrefix
- 3.6 GetRulesClass
- 3.7 InitComponent
- 3.8 MapAdd
- 3.9 MapAll
- 3.10 MapClear
- 3.11 MapDown
- 3.12 MapListChange
- 3.13 MapRemove
- 3.14 MapUp
- 3.15 ParseDescStr
- 3.16 Play
- 3.17 ReadMapInfo
- 3.18 ReadMapList
- 3.19 SelectGameType
- Package:
- XInterface
- This class in other games:
- UT2004
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_MultiplayerHostMain Parent: XInterface.GUITabPanel
<Enter a description here>
Properties[edit]
See Tab_MultiplayerHostMain properties.
Delegates[edit]
OnChangeGameType[edit]
delegate OnChangeGameType ()
Instance functions[edit]
GameTypeChanged[edit]
function GameTypeChanged (GUIComponent Sender)
GetGameClass[edit]
function string GetGameClass ()
GetIsTeamGame[edit]
function bool GetIsTeamGame ()
GetMapListClass[edit]
function string GetMapListClass ()
GetMapPrefix[edit]
function string GetMapPrefix ()
GetRulesClass[edit]
function string GetRulesClass ()
InitComponent[edit]
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIPanel.InitComponent
MapAdd[edit]
function bool MapAdd (GUIComponent Sender)
MapAll[edit]
function bool MapAll (GUIComponent Sender)
MapClear[edit]
function bool MapClear (GUIComponent Sender)
MapDown[edit]
function bool MapDown (GUIComponent Sender)
MapListChange[edit]
function MapListChange (GUIComponent Sender)
MapRemove[edit]
function bool MapRemove (GUIComponent Sender)
MapUp[edit]
function bool MapUp (GUIComponent Sender)
ParseDescStr[edit]
Play[edit]
function string Play ()
ReadMapInfo[edit]
function ReadMapInfo (string MapName)
ReadMapList[edit]
SelectGameType[edit]
function SelectGameType (string GameType)