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

JBAddonSpoils.JBAddonSpoils

Extends
JBAddon
Modifiers
config cacheexempt

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

Constants Summary
DEFAULT_CAN_THROW=False
DEFAULT_MAX_AMMO=False

Variables Summary
stringCanThrowCheckDesc
stringCanThrowText
stringMaxAmmoCheckDesc
stringMaxAmmoText
stringWeaponComboDesc
stringWeaponComboText
JBAddonSpoils
boolbCanThrow
boolbMaxAmmo
stringBuild
stringSpoilsWeapon
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 ()))
function ResetConfiguration ()))
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


Constants Detail

DEFAULT_CAN_THROW Source code

const DEFAULT_CAN_THROW = False;

DEFAULT_MAX_AMMO Source code

const DEFAULT_MAX_AMMO = False;


Variables Detail

CanThrowCheckDesc Source code

var localized string CanThrowCheckDesc;

CanThrowText Source code

var localized string CanThrowText;

MaxAmmoCheckDesc Source code

var localized string MaxAmmoCheckDesc;

MaxAmmoText Source code

var localized string MaxAmmoText;

WeaponComboDesc Source code

var localized string WeaponComboDesc;

WeaponComboText Source code

var localized string WeaponComboText;

JBAddonSpoils

bCanThrow Source code

var(JBAddonSpoils) config bool bCanThrow;

bMaxAmmo Source code

var(JBAddonSpoils) config bool bMaxAmmo;

Build Source code

var(JBAddonSpoils) const editconst string Build;

SpoilsWeapon Source code

var(JBAddonSpoils) config string SpoilsWeapon;


Functions Detail

FillPlayInfo Source code

static function FillPlayInfo ( PlayInfo PlayInfo) )

GetDescriptionText Source code

static event string GetDescriptionText ( string PropName) )

PostBeginPlay Source code

function PostBeginPlay ( ) )

ResetConfiguration Source code

static function ResetConfiguration ( ) )


Defaultproperties

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


  SpoilsWeapon = "XWeapons.AssaultRifle"


  WeaponComboText   = "Avenger weapon"
  WeaponComboDesc   = "The weapon which is awarded to the avenger."
  MaxAmmoText       = "Max out ammo"
  MaxAmmoCheckDesc  = "Maximize the ammunition of the Avenger's weapon."
  CanThrowText      = "Allow weapon drop"
  CanThrowCheckDesc = "Allow the weapon to be thrown by the Avenger or dropped when he dies."


  ConfigMenuClassName = "JBAddonSpoils.JBGUIPanelConfigSpoils"
  FriendlyName        = "Arena Spoils"
  Description         = "Rewards the winner of an Arena Match with a weapon to use against those who imprisioned him!"
}

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