- Extends
- JBGUIPanelConfig
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPanel
|
+-- Jailbreak.JBGUIPanelConfig
|
+-- JBAddonProtection.JBGUIPanelConfigProtection
CONTROL_LLAMAIZE_CAMPERS Source code
const CONTROL_LLAMAIZE_CAMPERS = 3;
CONTROL_PROTECTION_TIME Source code
const CONTROL_PROTECTION_TIME = 0;
CONTROL_PROTECTION_TYPE Source code
const CONTROL_PROTECTION_TYPE = 1;
const CONTROL_PROTECT_ARENA = 2;
var private bool bInitialized;
function LoadINISettings ( ) )
function ResetConfiguration ( ) )
defaultproperties
{
Begin Object Class=JBGUIComponentTrackbar Name=TrackbarProtectionTime
WinTop =0.0
WinLeft =0.0
WinHeight =0.1
WinWidth =1.0
CaptionWidth = -1;
SliderWidth = 0.34;
EditBoxWidth = 0.18;
Caption="Protection time"
Hint="Duration of protection in seconds."
MinValue=0
MaxValue=10
bIntegerOnly=True
OnChange=ChangeOptions
End Object
Controls(0)=JBGUIComponentTrackbar'TrackbarProtectionTime'
Begin Object class=JBGUIComponentOptions Name=OptionsProtectionType
WinTop = 0.2;
WinLeft = 0.0;
WinWidth = 1.0;
WinHeight = 0.5;
GroupCaption = "Protection type:";
OptionText(0) = "You can't inflict damage";
OptionText(1) = "Drop when you inflict damage";
OptionHint(0) = "Your weapons do no damage while protected.";
OptionHint(1) = "Protection is removed when you hit a player.";
ItemHeight = 0.1;
ButtonWidth= 0.04;
LabelWidth = 0.96;
ItemIndent = 0.05;
OnChange=ChangeOptions
End Object
Controls(1)=JBGUIComponentOptions'OptionsProtectionType'
Begin Object class=moCheckBox Name=ProtectArenaWinnerCheckBox
WinTop =0.6
WinLeft =0.0
WinHeight = 0.07;
WinWidth = 1.00;
CaptionWidth =1.00
OnChange=ChangeOptions
Caption="Protect the arena winner"
Hint="Players released from arenas get protection."
bSquare=true
bHeightFromComponent = False;
End Object
Controls(2)=moCheckBox'ProtectArenaWinnerCheckBox'
Begin Object class=moCheckBox Name=LlamaizeCampersCheckBox
WinTop = 0.77;
WinLeft = 0.0;
WinHeight = 0.07;
WinWidth = 1.00;
CaptionWidth = 1.00;
OnChange=ChangeOptions
Caption="Make jail campers llamas"
Hint="Causing a protectee lethal damage makes you a llama."
bSquare=true
bHeightFromComponent = False;
End Object
Controls(3)=moCheckBox'LlamaizeCampersCheckBox'
}
|
Creation time: Do 14.8.2014 09:58:11.073 - Created with
UnCodeX