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

JBAddonSpoils.JBGUIPanelConfigSpoils

Extends
JBGUIPanelConfig

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPanel
            |   
            +-- Jailbreak.JBGUIPanelConfig
               |   
               +-- JBAddonSpoils.JBGUIPanelConfigSpoils

Constants Summary
CONTROL_CAN_THROW=2
CONTROL_CHECK_AMMO=1
CONTROL_COMBO_WEAPON=0

Variables Summary
boolbInitialized
moCheckboxCanThrow
stringComboBoxText[15]
moComboBoxComboBoxWeaponType
moCheckboxMaxAmmo
Inherited Variables from XInterface.GUIPanel
Background

Functions Summary
function ChangeOptions (GUIComponent Sender))
function InitComponent (GUIController MyController, GUIComponent MyOwner))
function LoadINISettings ()))
function ResetConfiguration ()))
function SaveINISettings (GUIComponent Sender))
Inherited Functions from Jailbreak.JBGUIPanelConfig
ResetConfiguration
Inherited Functions from XInterface.GUIPanel
InitComponent


Constants Detail

CONTROL_CAN_THROW Source code

const CONTROL_CAN_THROW = 2;

CONTROL_CHECK_AMMO Source code

const CONTROL_CHECK_AMMO = 1;

CONTROL_COMBO_WEAPON Source code

const CONTROL_COMBO_WEAPON = 0;


Variables Detail

bInitialized Source code

var private bool bInitialized;

CanThrow Source code

var automated moCheckbox CanThrow;

ComboBoxText[15] Source code

var localized string ComboBoxText[15];

ComboBoxWeaponType Source code

var moComboBox ComboBoxWeaponType;

MaxAmmo Source code

var automated moCheckbox MaxAmmo;


Functions Detail

ChangeOptions Source code

function ChangeOptions ( GUIComponent Sender) )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

LoadINISettings Source code

function LoadINISettings ( ) )

ResetConfiguration Source code

function ResetConfiguration ( ) )

SaveINISettings Source code

function SaveINISettings ( GUIComponent Sender) )


Defaultproperties

defaultproperties
{
  Begin Object class=moComboBox Name=WeaponTypeComboBox
    bReadOnly=True
    CaptionWidth=0.480000
    Caption="Avenger weapon"
    OnCreateComponent=WeaponTypeComboBox.InternalOnCreateComponent
    Hint="The weapon which is awarded to the avenger."
    WinTop=0.000000
    WinLeft=0.000000
    WinWidth=1.000000
    WinHeight=0.100000
    OnChange=JBGUIPanelConfigSpoils.SaveINISettings
  End Object
  Controls(0)=moComboBox'JBAddonSpoils.JBGUIPanelConfigSpoils.WeaponTypeComboBox'


  Begin Object class=moCheckBox Name=CheckBoxMaxAmmo
    Caption="Max out ammo"
    OnCreateComponent=CheckBoxMaxAmmo.InternalOnCreateComponent
    Hint="Maximize the ammunition of the Avenger's weapon."
    WinTop=0.200000
    WinLeft=0.000000
    WinWidth=1.000000
    WinHeight=0.100000
    OnChange=JBGUIPanelConfigSpoils.SaveINISettings
  End Object
  Controls(1)=moCheckBox'JBAddonSpoils.JBGUIPanelConfigSpoils.CheckBoxMaxAmmo'


  Begin Object class=moCheckBox Name=CheckBoxCanThrow
    Caption="Allow weapon drop"
    OnCreateComponent=CheckBoxCanThrow.InternalOnCreateComponent
    Hint="Allow the weapon to be thrown by the Avenger or dropped when he dies."
    WinTop=0.300000
    WinLeft=0.000000
    WinWidth=1.000000
    WinHeight=0.100000
    OnChange=JBGUIPanelConfigSpoils.SaveINISettings
  End Object
  Controls(2)=moCheckBox'JBAddonSpoils.JBGUIPanelConfigSpoils.CheckBoxCanThrow'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:11.084 - Created with UnCodeX