- Extends
- JBGUIPanelConfig
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPanel
|
+-- Jailbreak.JBGUIPanelConfig
|
+-- JBAddonBerserker.JBGUIPanelConfigBerserker
CONTROL_BESERK_TIME_MAX Source code
const CONTROL_BESERK_TIME_MAX = 1;
CONTROL_BESERK_TIME_MULT Source code
const CONTROL_BESERK_TIME_MULT = 0;
var localized string SecondsText;
function ResetConfiguration ( ) )
defaultproperties
{
SecondsText = "seconds"
Begin Object Class=JBGUIComponentTrackbar Name=TrackbarBerserkTimeMultiplier
WinTop =0.0
WinLeft =0.0
WinHeight =0.1
WinWidth =1.0
CaptionWidth = -1;
SliderWidth = 0.34;
EditBoxWidth = 0.18;
Caption="Berserk time multiplier"
Hint="Percentage of remaining arena time."
MinValue=1
MaxValue=200
bIntegerOnly=True
OnChange=ChangeOptions
End Object
Controls(0)=JBGUIComponentTrackbar'TrackbarBerserkTimeMultiplier'
Begin Object Class=JBGUIComponentTrackbar Name=TrackbarBerserkTimeMax
WinTop =0.2
WinLeft =0.0
WinHeight =0.1
WinWidth =1.0
CaptionWidth = -1;
SliderWidth = 0.34;
EditBoxWidth = 0.18;
Caption="Maximum Berserk time"
Hint="Maximum seconds of berserk time."
MinValue=10
MaxValue=60
bIntegerOnly=True
OnChange=ChangeOptions
End Object
Controls(1)=JBGUIComponentTrackbar'TrackbarBerserkTimeMax'
}
|
Creation time: Do 14.8.2014 09:58:11.021 - Created with
UnCodeX