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

JBAddonLlama.JBGUIPanelConfigLlama

Extends
JBGUIPanelConfig

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPanel
            |   
            +-- Jailbreak.JBGUIPanelConfig
               |   
               +-- JBAddonLlama.JBGUIPanelConfigLlama

Variables Summary
boolbInitialized
moCheckboxLlamaizeOnJailDisconnect
JBGUIComponentTrackbarMaxLlamaDuration
JBGUIComponentTrackbarRewardAdrenaline
JBGUIComponentTrackbarRewardHealth
GUILabelRewardLabel
JBGUIComponentTrackbarRewardShield
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


Variables Detail

bInitialized Source code

var private bool bInitialized;

LlamaizeOnJailDisconnect Source code

var automated moCheckbox LlamaizeOnJailDisconnect;

MaxLlamaDuration Source code

var automated JBGUIComponentTrackbar MaxLlamaDuration;

RewardAdrenaline Source code

var automated JBGUIComponentTrackbar RewardAdrenaline;

RewardHealth Source code

var automated JBGUIComponentTrackbar RewardHealth;

RewardLabel Source code

var automated GUILabel RewardLabel;

RewardShield Source code

var automated JBGUIComponentTrackbar RewardShield;


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=JBGUIComponentTrackbar Name=trkMaximumLlamaDuration
    WinTop    =0.0 
    WinLeft   =0.0
    WinHeight =0.1
    WinWidth  =1.0
    CaptionWidth  = -1;
    SliderWidth   = 0.34;
    EditBoxWidth  = 0.18;
  
    Caption="Llama Hunt duration"
    Hint="Maximum duration of a llama hunt."
    MinValue=10
    MaxValue=120
    bIntegerOnly=True
    OnChange=SaveINISettings
  End Object
  MaxLlamaDuration = trkMaximumLlamaDuration
  
  Begin Object Class=GUILabel Name=LlamaKillRewardLabel
    WinTop    =0.2 
    WinLeft   =0.0
    WinHeight =0.1
    WinWidth  =1.0
    Caption="Rewards for killing a Llama:"
    TextColor = (R=255,G=255,B=255);
  End Object
  RewardLabel = LlamaKillRewardLabel
  
  Begin Object Class=JBGUIComponentTrackbar Name=trkRewardAdrenaline
    WinTop=0.3
    WinLeft   =0.0
    WinHeight =0.1
    WinWidth  =1.0
    CaptionWidth  = -1;
    SliderWidth   = 0.34;
    EditBoxWidth  = 0.18;
    LeftIndent    = 0.05


    Caption="Adrenaline"
    Hint="Adrenaline gained for killing a llama."
    MinValue=0
    MaxValue=100
    bIntegerOnly=True
    OnChange=SaveINISettings
  End Object
  RewardAdrenaline = trkRewardAdrenaline
  
  Begin Object Class=JBGUIComponentTrackbar Name=trkRewardHealth
    WinTop=0.45
    WinLeft   =0.0
    WinHeight =0.1
    WinWidth  =1.0
    CaptionWidth  = -1;
    SliderWidth   = 0.34;
    EditBoxWidth  = 0.18;
    LeftIndent    = 0.05


    Caption="Health"
    Hint="Health gained for killing a llama."
    MinValue=0
    MaxValue=199
    bIntegerOnly=True
    OnChange=SaveINISettings
  End Object
  RewardHealth = trkRewardHealth
  
  Begin Object Class=JBGUIComponentTrackbar Name=trkRewardShield
    WinTop=0.6
    WinLeft   =0.0
    WinHeight =0.1
    WinWidth  =1.0
    CaptionWidth  = -1;
    SliderWidth   = 0.34;
    EditBoxWidth  = 0.18;
    LeftIndent    = 0.05
    
    Caption="Shield"
    Hint="Shield gained for killing a llama."
    MinValue=0
    MaxValue=150
    bIntegerOnly=True
    OnChange=SaveINISettings
  End Object
  RewardShield = trkRewardShield
  
  Begin Object Class=moCheckbox Name=chkLlamaizeOnJailDisconnect
    WinTop    =0.8
    WinLeft   =0.0
    WinHeight =0.1
    WinWidth  =1.0
    Caption="Llamaize players who disconnect in jail"
    Hint="Llamaize players who disconnect while jailed and reconnect to gain freedom."
    OnChange=SaveINISettings
  End Object
  LlamaizeOnJailDisconnect = chkLlamaizeOnJailDisconnect
  
  WinTop=0.330
  WinLeft=0.360
  WinWidth=0.610
  WinHeight=0.600
}

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