- Extends
- JBGUIPanelConfig
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPanel
|
+-- Jailbreak.JBGUIPanelConfig
|
+-- JBAddonAvenger.JBGUIPanelConfigAvenger
const CONTROL_COMBO_POWERUP = 2;
CONTROL_COMBO_TIME_MAX Source code
const CONTROL_COMBO_TIME_MAX = 1;
CONTROL_COMBO_TIME_MULT Source code
const CONTROL_COMBO_TIME_MULT = 0;
var private bool bInitialized;
var localized string ComboBoxText[5];
var localized string SecondsText;
function LoadINISettings ( ) )
function ResetConfiguration ( ) )
defaultproperties
{
SecondsText = "seconds"
Begin Object Class=JBGUIComponentTrackbar Name=BerserkTimeMultiplierEditSlider
WinTop =0.0
WinLeft =0.0
WinHeight =0.1
WinWidth =1.0
CaptionWidth = -1;
SliderWidth = 0.34;
EditBoxWidth = 0.18;
Caption="Avenger time multiplier"
Hint="Percentage of remaining arena time."
MinValue=1
MaxValue=200
bIntegerOnly=True
OnChange=SaveINISettings
End Object
Controls(0)=JBGUIComponentTrackbar'BerserkTimeMultiplierEditSlider'
Begin Object Class=JBGUIComponentTrackbar Name=BerserkTimeMaxEditSlider
WinTop =0.2
WinLeft =0.0
WinHeight =0.1
WinWidth =1.0
CaptionWidth = -1;
SliderWidth = 0.34;
EditBoxWidth = 0.18;
Caption="Maximum avenger time"
Hint="Maximum seconds of avenger time."
MinValue=10
MaxValue=60
bIntegerOnly=True
OnChange=SaveINISettings
End Object
Controls(1)=JBGUIComponentTrackbar'BerserkTimeMaxEditSlider'
Begin Object class=moComboBox Name=PowerUpTypeComboBox
WinTop = 0.4;
WinLeft = 0.0;
WinWidth = 1.0;
WinHeight = 0.1;
CaptionWidth = 0.48;
Caption="Avenger power"
Hint="The power-up the arena winner gets."
bHeightFromComponent = False;
OnChange=SaveINISettings
End Object
Controls(2)=moComboBox'PowerUpTypeComboBox'
ComboBoxText(0)="Speed"
ComboBoxText(1)="Berserk"
ComboBoxText(2)="Booster"
ComboBoxText(3)="Invisible"
ComboBoxText(4)="Random"
}
|
Creation time: Do 14.8.2014 09:58:11.011 - Created with
UnCodeX