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

JBAddonJailCard.JBGUIPanelConfigJailCard

Extends
JBGUIPanelConfig

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPanel
            |   
            +-- Jailbreak.JBGUIPanelConfig
               |   
               +-- JBAddonJailCard.JBGUIPanelConfigJailCard

Variables Summary
boolbInitialized
moCheckBoxcbAllowDropCard
moCheckBoxcbAutoUseCard
JBGUIComponentTrackbarctbSliderNumCards
JBGUIComponentTrackbarctbSliderSpawnDelay
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


Variables Detail

bInitialized Source code

var private bool bInitialized;

cbAllowDropCard Source code

var automated moCheckBox cbAllowDropCard;

cbAutoUseCard Source code

var automated moCheckBox cbAutoUseCard;

ctbSliderNumCards Source code

var automated JBGUIComponentTrackbar ctbSliderNumCards;

ctbSliderSpawnDelay Source code

var automated JBGUIComponentTrackbar ctbSliderSpawnDelay;


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
{
  Begin Object Class=moCheckBox Name=CheckBoxAutoUseCard
    WinTop    = 0.01; 
    WinLeft   = 0.0;
    WinHeight = 0.07; 
    WinWidth  = 0.667; 
    bHeightFromComponent = False;
    CaptionWidth  = 0.9;
    bSquare = True; 
    Caption="Use card automatically"
    Hint="You are freed as soon as you are jailed!"
    OnChange=SaveINISettings
  End Object
  cbAutoUseCard = CheckBoxAutoUseCard


  Begin Object Class=moCheckBox Name=CheckBoxAllowDropCard
    WinTop    = 0.21;
    WinLeft   = 0.0;
    WinHeight = 0.07; 
    WinWidth  = 0.667; 
    bHeightFromComponent = False;
    CaptionWidth  = 0.9;
    bSquare = True; 
    Caption="Card can be dropped (shieldgun frag)"
    Hint="You may drop the card for another player to pick up."
    OnChange=SaveINISettings
  End Object
  cbAllowDropCard = CheckBoxAllowDropCard


  Begin Object Class=JBGUIComponentTrackbar Name=SliderSpawnDelay
    WinTop    =0.4 
    WinLeft   =0.0
    WinHeight =0.1
    WinWidth  =1.0
    CaptionWidth  = -1;
    SliderWidth   = 0.34;
    EditBoxWidth  = 0.18;
    Caption="Spawn delay"
    Hint="Seconds after round start before card spawns."
    MinValue=0
    MaxValue=180
    bIntegerOnly=True
    OnChange=SaveINISettings
  End Object
  ctbSliderSpawnDelay = SliderSpawnDelay


  Begin Object Class=JBGUIComponentTrackbar Name=SliderNumCards
    WinTop    =0.6 
    WinLeft   =0.0
    WinHeight =0.1
    WinWidth  =1.0
    CaptionWidth  = -1;
    SliderWidth   = 0.34;
    EditBoxWidth  = 0.18;
    Caption="Number of cards"
    Hint="How many cards are spawned in the game."
    MinValue=1
    MaxValue=4  
    bIntegerOnly=True
    OnChange=SaveINISettings
  End Object
  ctbSliderNumCards = SliderNumCards
}













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