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

JBAddonAvenger.JBAddonAvenger

Extends
JBAddon
Modifiers
config cacheexempt

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

Constants Summary
DEFAULT_POWERUP_TYPE=1
DEFAULT_TIME_MAXIMUM=25
DEFAULT_TIME_MULTIPLIER=100

Variables Summary
class<Combo>ComboClasses[4]
stringPowerComboIndexDesc
stringPowerComboIndexOptions
stringPowerComboIndexText
stringPowerTimeMaximumDesc
stringPowerTimeMaximumText
stringPowerTimeMultiplierDesc
stringPowerTimeMultiplierText
JBAddonAvenger
stringBuild
intPowerComboIndex
intPowerTimeMaximum
intPowerTimeMultiplier
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 DriverEnteredVehicle (Vehicle V, Pawn P))
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_POWERUP_TYPE Source code

const DEFAULT_POWERUP_TYPE = 1;

DEFAULT_TIME_MAXIMUM Source code

const DEFAULT_TIME_MAXIMUM = 25;

DEFAULT_TIME_MULTIPLIER Source code

const DEFAULT_TIME_MULTIPLIER = 100;


Variables Detail

ComboClasses[4] Source code

var class<Combo> ComboClasses[4];

PowerComboIndexDesc Source code

var localized string PowerComboIndexDesc;

PowerComboIndexOptions Source code

var localized string PowerComboIndexOptions;

PowerComboIndexText Source code

var localized string PowerComboIndexText;

PowerTimeMaximumDesc Source code

var localized string PowerTimeMaximumDesc;

PowerTimeMaximumText Source code

var localized string PowerTimeMaximumText;

PowerTimeMultiplierDesc Source code

var localized string PowerTimeMultiplierDesc;

PowerTimeMultiplierText Source code

var localized string PowerTimeMultiplierText;

JBAddonAvenger

Build Source code

var(JBAddonAvenger) const editconst string Build;

PowerComboIndex Source code

var(JBAddonAvenger) config int PowerComboIndex;

PowerTimeMaximum Source code

var(JBAddonAvenger) config int PowerTimeMaximum;

PowerTimeMultiplier Source code

var(JBAddonAvenger) config int PowerTimeMultiplier;


Functions Detail

DriverEnteredVehicle Source code

function DriverEnteredVehicle ( Vehicle V, Pawn P) )

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 = "%%%%-%%-%% %%:%%";
  PowerTimeMultiplier = 100;
  PowerTimeMaximum    = 25;
  PowerComboIndex     = 1;
  FriendlyName        = "Arena Avenger"
  Description="The arena winner is mad... he's out to get his revenge on those who imprisoned him with the help of a power-up!"
  ConfigMenuClassName="JBAddonAvenger.JBGUIPanelConfigAvenger"


  PowerTimeMultiplierText = "Avenger time multiplier";
  PowerTimeMaximumText    = "Maximum avenger time";
  PowerComboIndexText     = "Avenger power";


  PowerTimeMultiplierDesc = "Percentage to multiply arena remaining time by to give avenger time.";
  PowerTimeMaximumDesc    = "Maximum avenger time allowable.";
  PowerComboIndexDesc     = "Combo awarded to the avenger.";


  PowerComboIndexOptions = "0;Speed;1;Berserk;2;Booster;3;Invisible;4;Random";


  ComboClasses(0)=class'XGame.ComboSpeed'
  ComboClasses(1)=class'XGame.ComboBerserk'
  ComboClasses(2)=class'XGame.ComboDefensive'
  ComboClasses(3)=class'XGame.ComboInvis'
}

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