| 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
|
+-- JBAddonJailCard.JBGameRulesJailCard
| Variables Summary | |
|---|---|
| Array<PlayerReplicationInfo> | CardHolders |
| class<LocalMessage> | ConsoleMessageClass |
| JBAddonJailCard | myAddon |
| Inherited Variables from Engine.GameRules |
|---|
| NextGameRules |
| Functions Summary | ||
|---|---|---|
![]() | AddPRI (PlayerReplicationInfo myPRI)) | |
![]() | bool | CanSendToJail (JBTagPlayer TagPlayer)) |
![]() | int | HasJailCard (PlayerReplicationInfo myPRI)) |
![]() | NotifyPlayerJailed (JBTagPlayer TagPlayer)) | |
![]() | NotifyPlayerReleased (JBTagPlayer TagPlayer, JBInfoJail Jail)) | |
![]() | NotifyRound ())) | |
![]() | bool | PreventDeath (Pawn Killed, Controller Killer, class<DamageType> myDamageType, vector HitLocation)) |
![]() | RemoveFromList (int i)) | |
![]() | RemovePRI (PlayerReplicationInfo myPRI)) | |
![]() | SetAddon (JBAddonJailCard JBAJC)) | |
![]() | UseCard (PlayerReplicationInfo myPRI, int i)) | |
| Inherited Functions from Engine.GameRules |
|---|
| AddGameRules, CheckEndGame, CheckScore, CriticalPlayer, FindPlayerStart, GetRules, GetServerDetails, HandleRestartGame, NetDamage, OverridePickupQuery, PreventDeath, PreventSever, ScoreKill, ScoreObjective |
| Variables Detail |
|---|
| Functions Detail |
|---|
AddPRI Source code
CanSendToJail Source code
HasJailCard Source code
NotifyPlayerJailed Source code
NotifyPlayerReleased Source code
NotifyRound Source code
PreventDeath Source code
RemoveFromList Source code
RemovePRI Source code
SetAddon Source code
UseCard Source code| Defaultproperties |
|---|
defaultproperties
{
RemoteRole = ROLE_SimulatedProxy;
MessageClass=class'JBJailCardMessageScreen';
ConsoleMessageClass=class'JBJailCardMessageConsole';
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||