DeusEx.MenuChoice_Connection
- Extends
- MenuUIChoiceEnum
Core.Object
|
+-- Extension.ExtensionObject
|
+-- Extension.Window
|
+-- DeusEx.MenuUIChoice
|
+-- DeusEx.MenuUIChoiceEnum
|
+-- DeusEx.MenuChoice_Connection
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 localized String ConnectionNames[2];
var int ConnectionSpeeds[2];
function string GetModuleName ( int ConnectionIndex) )
event InitWindow ( ) )
function LoadSetting ( ) )
PopulateConnectionSpeeds Source code
function PopulateConnectionSpeeds ( ) )
function ResetToDefault ( ) )
function SaveSetting ( ) )
function SetInitialConnection ( ) )
defaultproperties
{
ConnectionSpeeds(0)=2600
ConnectionSpeeds(1)=20000
ConnectionNames(0)="Modem"
ConnectionNames(1)="DSL or better"
defaultInfoWidth=153
defaultInfoPosX=170
HelpText="Type of Internet Connection"
actionText="Connection Type"
configSetting="Player ConfiguredInternetSpeed"
}
|
Creation time: Mon 8/11/2021 16:31:11.040 - Created with
UnCodeX