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

JBAddonArenaLockdown.JBAddonArenaLockdown

Extends
JBAddon
Modifiers
config cacheexempt

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.Mutator
         |   
         +-- Jailbreak.JBAddon
            |   
            +-- JBAddonArenaLockdown.JBAddonArenaLockdown

Variables Summary
JBGameRulesArenaLockdownArenaLockdownRules
boolbCrossBaseSpawning
stringCrossBaseSpawningDesc
stringCrossBaseSpawningText
byteSelectionMethod
stringSelectionMethodDesc
stringSelectionMethodOptions
stringSelectionMethodText
JBAddonArenaLockdown
stringBuild
Inherited Variables from Jailbreak.JBAddon
bIsOverlay, JBGameReplicationInfo, PlayerControllerLocal
Inherited Variables from Engine.Mutator
bAddToServerPackages, bUserAdded, ConfigMenuClassName, DefaultWeapon, DefaultWeaponName, Description, FriendlyName, GroupName, IconMaterialName, NextMutator

Functions Summary
function FillPlayInfo (PlayInfo PlayInfo))
eventstring GetDescriptionText (string PropName))
function PostBeginPlay ()))
Inherited Functions from Jailbreak.JBAddon
Destroyed, GetServerDetails, InitAddon, MutatorIsAllowed, NotifyLevelChange, PlayInfoGroup, PostNetBeginPlay, RenderOverlays
Inherited Functions from Engine.Mutator
AddMutator, AlwaysKeep, CanEnterVehicle, CanLeaveVehicle, CheckRelevance, CheckReplacement, Destroyed, DriverEnteredVehicle, DriverLeftVehicle, GetDefaultWeapon, GetInventoryClass, GetInventoryClassOverride, GetServerDetails, GetServerPlayers, IsRelevant, ModifyLogin, ModifyPlayer, Mutate, MutatorFillPlayInfo, MutatorIsAllowed, MyDefaultWeapon, NewRecommendCombo, NotifyLogout, OverrideDownload, ParseChatPercVar, PlayerChangedClass, PreBeginPlay, RecommendCombo, ReplaceWith, ServerTraveling


Variables Detail

ArenaLockdownRules Source code

var JBGameRulesArenaLockdown ArenaLockdownRules;

bCrossBaseSpawning Source code

var config bool bCrossBaseSpawning;

CrossBaseSpawningDesc Source code

var localized string CrossBaseSpawningDesc;

CrossBaseSpawningText Source code

var localized string CrossBaseSpawningText;

SelectionMethod Source code

var config byte SelectionMethod;

SelectionMethodDesc Source code

var localized string SelectionMethodDesc;

SelectionMethodOptions Source code

var localized string SelectionMethodOptions;

SelectionMethodText Source code

var localized string SelectionMethodText;

JBAddonArenaLockdown

Build Source code

var(JBAddonArenaLockdown) const editconst string Build;


Functions Detail

FillPlayInfo Source code

static function FillPlayInfo ( PlayInfo PlayInfo) )

GetDescriptionText Source code

static event string GetDescriptionText ( string PropName) )

PostBeginPlay Source code

function PostBeginPlay ( ) )


Defaultproperties

defaultproperties
{
  Build = "%%%%-%%-%% %%:%%"


  CrossBaseSpawningText  = "Random base spawning"
  CrossBaseSpawningDesc  = "Players can be spawned in their enemy's base, so that basecamping is discouraged."
  SelectionMethodText    = "Selection method"
  SelectionMethodDesc    = "Choose how the arena players will be picked from their jail."
  SelectionMethodOptions = "0;Queue;1;Random"


  FriendlyName = "Arena Lockdown"
  Description  = "The only way to get out of jail is by winning the arena match!"
  ConfigMenuClassName="JBAddonArenaLockdown.JBGUIPanelConfigArenaLockdown"
}

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