- Extends
- JBGUIPanelConfig
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPanel
|
+-- Jailbreak.JBGUIPanelConfig
|
+-- JBAddonJailCard.JBGUIPanelConfigJailCard
var private bool bInitialized;
function LoadINISettings ( ) )
function ResetConfiguration ( ) )
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
}
|
Creation time: Do 14.8.2014 09:58:11.031 - Created with
UnCodeX