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

JBAddonOvertimeLockdown.JBGUIPanelConfigOvertimeLockdown

Extends
JBGUIPanelConfig

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPanel
            |   
            +-- Jailbreak.JBGUIPanelConfig
               |   
               +-- JBAddonOvertimeLockdown.JBGUIPanelConfigOvertimeLockdown

Constants Summary
CONTROL_LOCKDOWN_DELAY=2
CONTROL_NO_ARENA_IN_OVERTIME=0
CONTROL_NO_ESCAPE_IN_OVERTIME=1

Variables Summary
boolbInitialized
moCheckboxch_NoArenaInOvertime
moCheckboxch_NoEscapeInOvertime
JBGUIComponentTrackbartb_LockdownDelay
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_LOCKDOWN_DELAY Source code

const CONTROL_LOCKDOWN_DELAY = 2;

CONTROL_NO_ARENA_IN_OVERTIME Source code

const CONTROL_NO_ARENA_IN_OVERTIME = 0;

CONTROL_NO_ESCAPE_IN_OVERTIME Source code

const CONTROL_NO_ESCAPE_IN_OVERTIME = 1;


Variables Detail

bInitialized Source code

var private bool bInitialized;

ch_NoArenaInOvertime Source code

var automated moCheckbox ch_NoArenaInOvertime;

ch_NoEscapeInOvertime Source code

var automated moCheckbox ch_NoEscapeInOvertime;

tb_LockdownDelay Source code

var automated JBGUIComponentTrackbar tb_LockdownDelay;


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=NoArenaInOvertimeCheckBox
    CaptionWidth=0.6
    Caption="No arena matches in Overtime"
    Hint="No arena matches will start when the game goes into overtime. Pending matches will be cancelled."
      WinTop   =0.015000
      WinLeft  =0.000000
      WinWidth =1.000000
      WinHeight=0.100000
    TabOrder=0
    OnChange=SaveINISettings
  End Object
  ch_NoArenaInOvertime=moCheckBox'JBaddonOvertimeLockdown.JBGUIPanelConfigOvertimeLockdown.NoArenaInOvertimeCheckBox'


  Begin Object Class=moCheckBox Name=NoEscapeInOvertimeCheckBox
    CaptionWidth=0.6
    Caption="No escapes in Overtime"
    Hint="Players who try to get out of jail during the Lockdown, will be killed."
      WinTop   =0.215000
      WinLeft  =0.000000
      WinWidth =1.000000
      WinHeight=0.100000
    TabOrder=1
    OnChange=SaveINISettings
  End Object
  ch_NoEscapeInOvertime=moCheckBox'JBaddonOvertimeLockdown.JBGUIPanelConfigOvertimeLockdown.NoEscapeInOvertimeCheckBox'


  Begin Object Class=JBGUIComponentTrackbar Name=LockdownDelayTrackBar
    CaptionWidth=-1
    Caption="Lockdown delay"
    Hint="How long normal overtime should last before before the lockdown kicks in."
      WinTop   =0.385000
      WinLeft  =0.000000
      WinWidth =1.000000
      WinHeight=0.100000
    TabOrder=3
    SliderWidth =0.34;
    EditBoxWidth=0.18;
    MinValue=0
    MaxValue=15
    bIntegerOnly=True
    OnChange=SaveINISettings
  End Object
  tb_LockdownDelay = LockdownDelayTrackBar
}

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