DeusEx.MenuChoice_Team
- Extends
- MenuUIChoiceEnum
- Modifiers
- config
Core.Object
|
+-- Extension.ExtensionObject
|
+-- Extension.Window
|
+-- DeusEx.MenuUIChoice
|
+-- DeusEx.MenuUIChoiceEnum
|
+-- DeusEx.MenuChoice_Team
Inherited Functions from DeusEx.MenuUIChoiceEnum |
ButtonActivated, CreateInfoButton, CycleNextValue, CyclePreviousValue, GetValue, InitWindow, LoadSetting, LoadSettingBool, ResetToDefault, SaveSetting, SaveSettingBool, SetValue, UpdateInfoButton |
Inherited Functions from DeusEx.MenuUIChoice |
ButtonActivated, ButtonActivatedRight, CancelSetting, CreateActionButton, CycleNextValue, CyclePreviousValue, InitWindow, LoadSetting, ResetToDefault, SaveMenuSettings, SaveSetting, SetActionButtonWidth, VirtualKeyPressed |
var int PortraitIndex;
var localized String TeamNames[24];
var globalconfig string TeamNumber[24];
var globalconfig Texture texPortraits[
24];
function CreatePortraitButton ( ) )
function string GetModuleName ( int TeamIndex) )
event InitWindow ( ) )
function LoadSetting ( ) )
function PopulateTeamChoices ( ) )
function ResetToDefault ( ) )
function SaveSetting ( ) )
function SetInitialTeam ( ) )
function SetValue ( int newValue) )
function UpdatePortrait ( ) )
defaultproperties
{
TeamNumber(0)="0"
TeamNumber(1)="1"
TeamNumber(2)="128"
TeamNames(0)="UNATCO"
TeamNames(1)="NSF"
TeamNames(2)="AUTO"
texPortraits(0)=Texture'DeusExUI.UserInterface.menuplayersetupunatco'
texPortraits(1)=Texture'DeusExUI.UserInterface.menuplayersetupnsf'
texPortraits(2)=Texture'DeusExUI.UserInterface.menuplayersetupautoteam'
defaultValue=2
defaultInfoWidth=153
defaultInfoPosX=170
HelpText="Choice of team on which to play."
actionText="Team Model"
}
|
Creation time: Mon 8/11/2021 16:31:11.429 - Created with
UnCodeX