- Extends
- Mutator
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- Engine.Mutator
|
+-- BonusPack.MutCrateCombo
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 bAllowCamouflage;
var config bool bAllowPint;
var localized string CamoDescText;
var localized string CamoDisplayText;
var localized string MiniDescText;
var localized string MiniDisplayText;
static event string GetDescriptionText ( string PropName )
function bool IsRelevant (
Actor Other,
out byte bSuperRelevant )
function Timer ( )
defaultproperties
{
bAllowCamouflage=Wahr
bAllowPint=Wahr
CamoDisplayText="Camouflage Combo"
MiniDisplayText="Pint-sized Combo"
CamoDescText="When enabled, this adrenaline combo covers you with a holographic projection of a rock or a part of a building"
MiniDescText="When enabled, this adrenaline combo makes you smaller"
FriendlyName="Bonus Combos"
Description="Adds the Pint-sized combo (LLLL) and the Camouflage Combo (RRRR)."
}
|
Creation time: Mo 16.4.2007 11:20:25.078 - Created with
UnCodeX