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

JBAddonArenaLockdown.JBGUIPanelConfigArenaLockdown

Extends
JBGUIPanelConfig

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPanel
            |   
            +-- Jailbreak.JBGUIPanelConfig
               |   
               +-- JBAddonArenaLockdown.JBGUIPanelConfigArenaLockdown

Constants Summary
CONTROL_CROSSBASE_SPAWNING=0
CONTROL_SELECTION_METHOD=1

Variables Summary
boolbInitialized
moCheckboxch_CrossBaseSpawning
moComboBoxco_SelectionMethod
stringstr_FIFO
stringstr_Random
Inherited Variables from XInterface.GUIPanel
Background

Functions Summary
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_CROSSBASE_SPAWNING Source code

const CONTROL_CROSSBASE_SPAWNING = 0;

CONTROL_SELECTION_METHOD Source code

const CONTROL_SELECTION_METHOD = 1;


Variables Detail

bInitialized Source code

var private bool bInitialized;

ch_CrossBaseSpawning Source code

var automated moCheckbox ch_CrossBaseSpawning;

co_SelectionMethod Source code

var automated moComboBox co_SelectionMethod;

str_FIFO Source code

var localized string str_FIFO;

str_Random Source code

var localized string str_Random;


Functions Detail

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
{
  str_FIFO   = "Queue"
  str_Random = "Random"


  Begin Object Class=moCheckBox Name=CrossBaseSpawningCheckBox
    CaptionWidth=0.8
    Caption="Random base spawning"
    Hint="Players can be spawned in their enemy's base, so that basecamping is discouraged."
      WinTop   =0.015000
      WinLeft  =0.000000
      WinWidth =1.000000
      WinHeight=0.100000
    TabOrder=1
    OnChange=SaveINISettings
  End Object
  ch_CrossBaseSpawning=moCheckBox'JBAddonArenaLockdown.JBGUIPanelConfigArenaLockdown.CrossBaseSpawningCheckBox'.


  Begin Object Class=moComboBox Name=SelectionMethodComboBox
    bReadOnly=True
    CaptionWidth=0.48
    Caption="Selection method"
    Hint="Choose how the arena players will be picked from their jail."
      WinTop      =0.215000
      WinLeft     =0.000000
      WinWidth    =1.000000
      WinHeight   =0.100000
    TabOrder=2
    OnChange=SaveINISettings
  End Object
  co_SelectionMethod=moComboBox'JBAddonArenaLockdown.JBGUIPanelConfigArenaLockdown.SelectionMethodComboBox'
}



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