- Extends
- JBAddon
- Modifiers
- config cacheexempt
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Engine.Mutator
|
+-- Jailbreak.JBAddon
|
+-- JBAddonProtection.JBAddonProtection
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 |
caption_LlamaizeCampers Source code
var localized string caption_LlamaizeCampers;
caption_ProtectArenaWinner Source code
var localized string caption_ProtectArenaWinner;
caption_ProtectionTime Source code
var localized string caption_ProtectionTime;
caption_ProtectionType Source code
var localized string caption_ProtectionType;
var localized string desc_LlamaizeCampers;
desc_ProtectArenaWinner Source code
var localized string desc_ProtectArenaWinner;
var localized string desc_ProtectionTime;
var localized string desc_ProtectionType;
options_ProtectionType Source code
var localized string options_ProtectionType;
JBAddonProtection
static event string GetDescriptionText ( string PropName) )
function ModifyPlayer (
Pawn P) )
function PostBeginPlay ( ) )
defaultproperties
{
Build = "%%%%-%%-%% %%:%%";
ProtectionTime =3
ProtectionType =0
bProtectArenaWinner =True
bLlamaizeCampers =True
FriendlyName="Release Protection"
Description="Players released from jail are protected from enemy fire."
ConfigMenuClassName="JBAddonProtection.JBGUIPanelConfigProtection"
caption_ProtectionTime ="Protection time"
caption_ProtectionType ="Protection type"
caption_ProtectArenaWinner="Protect the arena winner"
caption_LlamaizeCampers ="Make jail campers llamas"
desc_ProtectionTime ="Duration of protection in seconds."
desc_ProtectionType ="Whether your weapons do no damage while you are protected or protection is removed when you hit a player."
desc_ProtectArenaWinner="When enabled, the arena winner gains protection."
desc_LlamaizeCampers ="When enabled, players causing lethal damage to protected players are made llamas."
options_ProtectionType="0;You can't inflict damage;1;Drop when you inflict damage"
}
|
Creation time: Do 14.8.2014 09:58:09.933 - Created with
UnCodeX