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

JBAddonJailCard.JBGameRulesJailCard

Extends
JBGameRules

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.GameRules
         |   
         +-- Jailbreak.JBGameRules
            |   
            +-- JBAddonJailCard.JBGameRulesJailCard

Variables Summary
Array<PlayerReplicationInfo>CardHolders
class<LocalMessage>ConsoleMessageClass
JBAddonJailCardmyAddon
Inherited Variables from Engine.GameRules
NextGameRules

Functions Summary
function AddPRI (PlayerReplicationInfo myPRI))
functionbool CanSendToJail (JBTagPlayer TagPlayer))
functionint HasJailCard (PlayerReplicationInfo myPRI))
function NotifyPlayerJailed (JBTagPlayer TagPlayer))
function NotifyPlayerReleased (JBTagPlayer TagPlayer, JBInfoJail Jail))
function NotifyRound ()))
functionbool PreventDeath (Pawn Killed, Controller Killer, class<DamageType> myDamageType, vector HitLocation))
function RemoveFromList (int i))
function RemovePRI (PlayerReplicationInfo myPRI))
function SetAddon (JBAddonJailCard JBAJC))
function UseCard (PlayerReplicationInfo myPRI, int i))
Inherited Functions from Jailbreak.JBGameRules
AllowForcedRelease, CanBotAttackEnemy, CanBroadcast, CanRelease, CanSendToArena, CanSendToJail, GetNextJBGameRules, NotifyArenaEnd, NotifyArenaStart, NotifyExecutionCommit, NotifyExecutionEnd, NotifyJailClosed, NotifyJailOpened, NotifyJailOpening, NotifyPlayerDisconnect, NotifyPlayerJailed, NotifyPlayerReconnect, NotifyPlayerReleased, NotifyRound
Inherited Functions from Engine.GameRules
AddGameRules, CheckEndGame, CheckScore, CriticalPlayer, FindPlayerStart, GetRules, GetServerDetails, HandleRestartGame, NetDamage, OverridePickupQuery, PreventDeath, PreventSever, ScoreKill, ScoreObjective


Variables Detail

CardHolders Source code

var Array<PlayerReplicationInfo> CardHolders;

ConsoleMessageClass Source code

var class<LocalMessage> ConsoleMessageClass;

myAddon Source code

var JBAddonJailCard myAddon;


Functions Detail

AddPRI Source code

function AddPRI ( PlayerReplicationInfo myPRI) )

CanSendToJail Source code

function bool CanSendToJail ( JBTagPlayer TagPlayer) )

HasJailCard Source code

function int HasJailCard ( PlayerReplicationInfo myPRI) )

NotifyPlayerJailed Source code

function NotifyPlayerJailed ( JBTagPlayer TagPlayer) )

NotifyPlayerReleased Source code

function NotifyPlayerReleased ( JBTagPlayer TagPlayer, JBInfoJail Jail) )

NotifyRound Source code

function NotifyRound ( ) )

PreventDeath Source code

function bool PreventDeath ( Pawn Killed, Controller Killer, class<DamageType> myDamageType, vector HitLocation) )

RemoveFromList Source code

function RemoveFromList ( int i) )

RemovePRI Source code

function RemovePRI ( PlayerReplicationInfo myPRI) )

SetAddon Source code

function SetAddon ( JBAddonJailCard JBAJC) )

UseCard Source code

function UseCard ( PlayerReplicationInfo myPRI, int i) )


Defaultproperties

defaultproperties
{
    RemoteRole = ROLE_SimulatedProxy;
    MessageClass=class'JBJailCardMessageScreen';
    ConsoleMessageClass=class'JBJailCardMessageConsole';
}

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