Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

DeusEx.MenuChoice_SkillLevel

Extends
MenuUIChoiceEnum

Core.Object
|   
+-- Extension.ExtensionObject
   |   
   +-- Extension.Window
      |   
      +-- DeusEx.MenuUIChoice
         |   
         +-- DeusEx.MenuUIChoiceEnum
            |   
            +-- DeusEx.MenuChoice_SkillLevel

Variables Summary
StringLevelNames[3]
intSkillLevel
Inherited Variables from DeusEx.MenuUIChoiceEnum
btnInfo, currentEnum, currentValue, defaultInfoPosX, defaultInfoWidth, defaultValue, enumText[40]
Inherited Variables from DeusEx.MenuUIChoice
actionText, btnAction, buttonVerticalOffset, choiceControlPosX, configSetting, FalseTrue[2], helpText, player

Functions Summary
event InitWindow ()))
function LoadSetting ()))
function PopulateSkillLevels ()))
function ResetToDefault ()))
function SaveSetting ()))
function SetInitialSkillLevel ()))
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


Variables Detail

LevelNames[3] Source code

var localized String LevelNames[3];

SkillLevel Source code

var int SkillLevel;


Functions Detail

InitWindow Source code

event InitWindow ( ) )

LoadSetting Source code

function LoadSetting ( ) )

PopulateSkillLevels Source code

function PopulateSkillLevels ( ) )

ResetToDefault Source code

function ResetToDefault ( ) )

SaveSetting Source code

function SaveSetting ( ) )

SetInitialSkillLevel Source code

function SetInitialSkillLevel ( ) )


Defaultproperties

defaultproperties
{
     LevelNames(0)="Trained(1)"
     LevelNames(1)="Advanced(2)"
     LevelNames(2)="Master(3)"
     defaultInfoWidth=243
     defaultInfoPosX=203
     HelpText="Starting level for player skills, Trained, Advanced, or Master."
     actionText="Starting Skill Level"
     configSetting="DeusExMPGame MPSkillStartLevel"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Mon 8/11/2021 16:31:11.340 - Created with UnCodeX