Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UnrealGame.MutMovementModifier

Extends
Mutator
Modifiers
config

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.Mutator
         |   
         +-- UnrealGame.MutMovementModifier

Variables Summary
MutMovementModifier
floatAirControl
boolbMegaSpeed
Inherited Variables from Engine.Mutator
bAddToServerPackages, bUserAdded, ConfigMenuClassName, DefaultWeapon, DefaultWeaponName, Description, FriendlyName, GroupName, IconMaterialName, NextMutator
Inherited Variables from Engine.Info
BotsGroup, ChatGroup, GameGroup, KickVoteGroup, MapVoteGroup, RulesGroup, ServerGroup

Functions Summary
function FillPlayInfo (PlayInfo PlayInfo)
eventstring GetDescriptionText (string PropName)
function ModifyPlayer (Pawn Other)
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
Inherited Functions from Engine.Info
AcceptPlayInfoProperty, AllowClassRemoval, FillPlayInfo, GetDescriptionText, GetSecurityLevel


Variables Detail

MutMovementModifier

AirControl Source code

var(MutMovementModifier) globalconfig float AirControl;

bMegaSpeed Source code

var(MutMovementModifier) globalconfig bool bMegaSpeed;


Functions Detail

FillPlayInfo Source code

static function FillPlayInfo ( PlayInfo PlayInfo )

GetDescriptionText Source code

static event string GetDescriptionText ( string PropName )

ModifyPlayer Source code

function ModifyPlayer ( Pawn Other )


Defaultproperties

defaultproperties
{
     AirControl=0.350000
     FriendlyName="Air Control"
     Description="Change how players move in the air."
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:06.781 - Created with UnCodeX