- Extends
- JBGameRules
- Modifiers
- notplaceable
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Engine.GameRules
|
+-- Jailbreak.JBGameRules
|
+-- Jailbreak.JBGameRulesDebug
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 |
bIsReleaseEnabledByTeam[2] Source code
var byte bIsReleaseEnabledByTeam[2];
ListControllerDisabledJail Source code
function ExecCanBeJailed ( string TextName, bool bCanBeJailed, optional string TextTeam) )
function ExecForceRelease ( string Whom) )
function ExecRelease ( string Whom) )
function ExecSetSwitch ( int iTeam, bool bIsReleaseEnabled) )
function
Controller FindPlayer (
string TextName) )
defaultproperties
{
bIsReleaseEnabledByTeam[0] = 1;
bIsReleaseEnabledByTeam[1] = 1;
}
|
Creation time: Do 14.8.2014 09:58:10.768 - Created with
UnCodeX