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

JBAddonProtection.JBAddonProtection

Extends
JBAddon
Modifiers
config cacheexempt

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

Variables Summary
stringcaption_LlamaizeCampers
stringcaption_ProtectArenaWinner
stringcaption_ProtectionTime
stringcaption_ProtectionType
stringdesc_LlamaizeCampers
stringdesc_ProtectArenaWinner
stringdesc_ProtectionTime
stringdesc_ProtectionType
PlayerReplicationInfoLastRestartedPRI
stringoptions_ProtectionType
JBAddonProtection
boolbLlamaizeCampers
boolbProtectArenaWinner
stringBuild
intProtectionTime
byteProtectionType
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 ModifyPlayer (Pawn P))
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

caption_LlamaizeCampers Source code

var localized string caption_LlamaizeCampers;

caption_ProtectArenaWinner Source code

var localized string caption_ProtectArenaWinner;

caption_ProtectionTime Source code

var localized string caption_ProtectionTime;

caption_ProtectionType Source code

var localized string caption_ProtectionType;

desc_LlamaizeCampers Source code

var localized string desc_LlamaizeCampers;

desc_ProtectArenaWinner Source code

var localized string desc_ProtectArenaWinner;

desc_ProtectionTime Source code

var localized string desc_ProtectionTime;

desc_ProtectionType Source code

var localized string desc_ProtectionType;

LastRestartedPRI Source code

var PlayerReplicationInfo LastRestartedPRI;

options_ProtectionType Source code

var localized string options_ProtectionType;

JBAddonProtection

bLlamaizeCampers Source code

var(JBAddonProtection) config bool bLlamaizeCampers;

bProtectArenaWinner Source code

var(JBAddonProtection) config bool bProtectArenaWinner;

Build Source code

var(JBAddonProtection) const editconst string Build;

ProtectionTime Source code

var(JBAddonProtection) config int ProtectionTime;

ProtectionType Source code

var(JBAddonProtection) config byte ProtectionType;


Functions Detail

FillPlayInfo Source code

static function FillPlayInfo ( PlayInfo PlayInfo) )

GetDescriptionText Source code

static event string GetDescriptionText ( string PropName) )

ModifyPlayer Source code

function ModifyPlayer ( Pawn P) )

PostBeginPlay Source code

function PostBeginPlay ( ) )


Defaultproperties

defaultproperties
{
    Build = "%%%%-%%-%% %%:%%";
    ProtectionTime      =3
    ProtectionType      =0
    bProtectArenaWinner =True
    bLlamaizeCampers    =True
    FriendlyName="Release Protection"
    Description="Players released from jail are protected from enemy fire."
    ConfigMenuClassName="JBAddonProtection.JBGUIPanelConfigProtection"
    caption_ProtectionTime    ="Protection time"
    caption_ProtectionType    ="Protection type"
    caption_ProtectArenaWinner="Protect the arena winner"
    caption_LlamaizeCampers   ="Make jail campers llamas"
    desc_ProtectionTime    ="Duration of protection in seconds."
    desc_ProtectionType    ="Whether your weapons do no damage while you are protected or protection is removed when you hit a player."
    desc_ProtectArenaWinner="When enabled, the arena winner gains protection."
    desc_LlamaizeCampers   ="When enabled, players causing lethal damage to protected players are made llamas."
    options_ProtectionType="0;You can't inflict damage;1;Drop when you inflict damage"
}

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