- Extends
- JBAddon
- Modifiers
- config cacheexempt
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Engine.Mutator
|
+-- Jailbreak.JBAddon
|
+-- JBAddonOvertimeLockdown.JBAddonOvertimeLockdown
Inherited Functions from Engine.Mutator |
AddMutator, AlwaysKeep, CanEnterVehicle, CanLeaveVehicle, CheckRelevance, CheckReplacement, Destroyed, DriverEnteredVehicle, DriverLeftVehicle, GetDefaultWeapon, GetInventoryClass, GetInventoryClassOverride, GetServerDetails, GetServerPlayers, IsRelevant, ModifyLogin, ModifyPlayer, Mutate, MutatorFillPlayInfo, MutatorIsAllowed, MyDefaultWeapon, NewRecommendCombo, NotifyLogout, OverrideDownload, ParseChatPercVar, PlayerChangedClass, PreBeginPlay, RecommendCombo, ReplaceWith, ServerTraveling |
var config bool bNoArenaInOvertime;
var config bool bNoEscapeInOvertime;
var config byte LockdownDelay;
var localized string LockdownDelayDesc;
var localized string LockdownDelayText;
var localized string NoArenaInOvertimeDesc;
var localized string NoArenaInOvertimeText;
NoEscapeInOvertimeDesc Source code
var localized string NoEscapeInOvertimeDesc;
NoEscapeInOvertimeText Source code
var localized string NoEscapeInOvertimeText;
JBAddonOvertimeLockdown
static event string GetDescriptionText ( string PropName) )
function PostBeginPlay ( ) )
defaultproperties
{
bNoArenaInOvertime = True
bNoEscapeInOvertime = True
LockdownDelay = 3
NoArenaInOvertimeText = "No arena matches in Overtime"
NoArenaInOvertimeDesc = "No arena matches will start when the game goes into overtime. Pending matches will be cancelled."
NoEscapeInOvertimeText = "No escapes in Overtime"
NoEscapeInOvertimeDesc = "Players who try to get out of jail during the Lockdown, will be killed."
LockdownDelayText = "Lockdown delay"
LockdownDelayDesc = "How long normal overtime should last before before the lockdown kicks in."
Build = "%%%%-%%-%% %%:%%";
FriendlyName = "Overtime Lockdown"
Description = "If the match goes into overtime, the release switches are jammed and nobody can be released any more. Last chance to win the game!"
ConfigMenuClassName = "JBAddonOvertimeLockdown.JBGUIPanelConfigOvertimeLockdown"
}
|
Creation time: Do 14.8.2014 09:58:09.911 - Created with
UnCodeX