Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- Engine.Actor | +-- Engine.Info | +-- Engine.GameRules | +-- Jailbreak.JBGameRules | +-- JBAddonProtection.JBGameRulesProtection
Variables Summary | |
---|---|
Shader | BlueHitEffect |
JBAddonProtection | MyAddon |
sound | ProtectionHitSound |
Shader | RedHitEffect |
Inherited Variables from Engine.GameRules |
---|
NextGameRules |
Functions Summary | ||
---|---|---|
bool | CanBotAttackEnemy (Bot Bot, Pawn PawnEnemy)) | |
JBTagPlayer | GetFirstTagPlayer ())) | |
JBInfoProtection | GetMyProtection (PlayerReplicationInfo PRI)) | |
GiveProtectionTo (JBTagPlayer TagPlayer, optional bool bProtectNow)) | ||
HitShieldEffect (Pawn ProtectedPawn)) | ||
bool | IsProtected (Pawn thisPawn)) | |
Llamaize (Controller ControllerPlayer)) | ||
int | NetDamage (int OriginalDamage, int Damage, Pawn Injured, Pawn InstigatedBy, vector HitLocation, out vector Momentum, class<DamageType> DamageType)) | |
NotifyArenaEnd (JBInfoArena Arena, JBTagPlayer TagPlayerWinner)) | ||
NotifyArenaStart (JBInfoArena Arena)) | ||
NotifyExecutionCommit (TeamInfo Team)) | ||
NotifyJailClosed (JBInfoJail Jail, TeamInfo Team)) | ||
NotifyJailOpening (JBInfoJail Jail, TeamInfo Team)) | ||
NotifyPlayerJailed (JBTagPlayer NewJailedPlayer)) | ||
NotifyPlayerReleased (JBTagPlayer TagPlayer, JBInfoJail Jail)) | ||
bool | PreventDeath (Pawn Killed, Controller Killer, class<DamageType> damageType, vector HitLocation)) |
Inherited Functions from Engine.GameRules |
---|
AddGameRules, CheckEndGame, CheckScore, CriticalPlayer, FindPlayerStart, GetRules, GetServerDetails, HandleRestartGame, NetDamage, OverridePickupQuery, PreventDeath, PreventSever, ScoreKill, ScoreObjective |
Variables Detail |
---|
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { RedHitEffect=Shader'XGameShaders.PlayerShaders.PlayerTransRed' BlueHitEffect=Shader'XGameShaders.PlayerShaders.PlayerTrans' ProtectionHitSound=Sound'WeaponSounds.BaseImpactAndExplosions.bShieldReflection' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |