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

JBAddonLlama.JBGameRulesLlamaHunt

Extends
JBGameRules

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.GameRules
         |   
         +-- Jailbreak.JBGameRules
            |   
            +-- JBAddonLlama.JBGameRulesLlamaHunt

Variables Summary
PlayerControllerLlamaSuicidedLast
JBAddonLlamaMyLlamaAddon
array<JBTagPlayer>PlayersKilledByLlama
Inherited Variables from Engine.GameRules
NextGameRules

Functions Summary
functionbool CanRelease (TeamInfo Team, Pawn PawnInstigator, GameObjective Objective))
functionbool CanSendToArena (JBTagPlayer TagPlayer, JBInfoArena Arena, out byte bForceSendToArena))
functionbool CanSendToJail (JBTagPlayer TagPlayer))
functionJBGameRulesLlamaHunt FindLlamaHuntRules (Actor Requester))
functionbool IsLlamaPending (JBTagPlayer TagPlayer))
function KilledByLlama (Controller Killer))
function LlamaSuicided (Controller Killed))
functionint NetDamage (int OriginalDamage, int Damage, pawn injured, pawn instigatedBy, vector HitLocation, out vector Momentum, class<DamageType> DamageType))
function NotifyPlayerDisconnect (PlayerController ControllerPlayer, out byte bIsLlama))
function NotifyPlayerReconnect (PlayerController ControllerPlayer, bool bIsLlama))
functionbool OverridePickupQuery (Pawn Other, Pickup Item, out byte bAllowPickup))
functionbool PreventDeath (Pawn Killed, Controller Killer, class<DamageType> damageType, vector HitLocation))
function ScoreKill (Controller Killer, Controller Killed))
function ScoreLlamaKill (Controller Killer, Controller Killed))
function Timer ()))
functionbool WasKilledByLlama (JBTagPlayer TagPlayer))
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

LlamaSuicidedLast Source code

var private PlayerController LlamaSuicidedLast;

MyLlamaAddon Source code

var JBAddonLlama MyLlamaAddon;

PlayersKilledByLlama Source code

var private array<JBTagPlayer> PlayersKilledByLlama;


Functions Detail

CanRelease Source code

function bool CanRelease ( TeamInfo Team, Pawn PawnInstigator, GameObjective Objective) )

CanSendToArena Source code

function bool CanSendToArena ( JBTagPlayer TagPlayer, JBInfoArena Arena, out byte bForceSendToArena) )

CanSendToJail Source code

function bool CanSendToJail ( JBTagPlayer TagPlayer) )

FindLlamaHuntRules Source code

static function JBGameRulesLlamaHunt FindLlamaHuntRules ( Actor Requester) )

IsLlamaPending Source code

protected function bool IsLlamaPending ( JBTagPlayer TagPlayer) )

KilledByLlama Source code

protected function KilledByLlama ( Controller Killer) )

LlamaSuicided Source code

protected function LlamaSuicided ( Controller Killed) )

NetDamage Source code

function int NetDamage ( int OriginalDamage, int Damage, pawn injured, pawn instigatedBy, vector HitLocation, out vector Momentum, class<DamageType> DamageType) )

NotifyPlayerDisconnect Source code

function NotifyPlayerDisconnect ( PlayerController ControllerPlayer, out byte bIsLlama) )

NotifyPlayerReconnect Source code

function NotifyPlayerReconnect ( PlayerController ControllerPlayer, bool bIsLlama) )

OverridePickupQuery Source code

function bool OverridePickupQuery ( Pawn Other, Pickup Item, out byte bAllowPickup) )

PreventDeath Source code

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

ScoreKill Source code

function ScoreKill ( Controller Killer, Controller Killed) )

ScoreLlamaKill Source code

protected function ScoreLlamaKill ( Controller Killer, Controller Killed) )

Timer Source code

function Timer ( ) )

WasKilledByLlama Source code

protected function bool WasKilledByLlama ( JBTagPlayer TagPlayer) )



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