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

UTGame.UTMutator_LowGrav

Extends
UTMutator

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.Mutator
         |   
         +-- UTGame.UTMutator
            |   
            +-- UTGame.UTMutator_LowGrav

Variables Summary
UTMutator_LowGrav
floatGravityZ
Inherited Variables from Engine.Mutator
bUserAdded, GroupNames, NextMutator

Functions Summary
function InitMutator (string Options, out string ErrorMessage))
Inherited Functions from UTGame.UTMutator
GetNextUTMutator, MutatorIsAllowed, ProcessSpeechRecognition, ReplaceWith
Inherited Functions from Engine.Mutator
AddMutator, AlwaysKeep, CanLeaveVehicle, CheckEndGame, CheckRelevance, CheckReplacement, Destroyed, DriverEnteredVehicle, DriverLeftVehicle, FindPlayerStart, GetSeamlessTravelActorList, HandleRestartGame, InitMutator, IsRelevant, ModifyLogin, ModifyPlayer, Mutate, MutatorIsAllowed, NetDamage, NotifyLogin, NotifyLogout, OverridePickupQuery, PreBeginPlay, PreventDeath, ScoreKill, ScoreObjective


Variables Detail

UTMutator_LowGrav

GravityZ Source code

var(UTMutator_LowGrav) float GravityZ;
Gravity along Z axis applied to objects in physics volumes which had default gravity.


Functions Detail

InitMutator Source code

function InitMutator ( string Options, out string ErrorMessage) )


Defaultproperties

defaultproperties
{
	GroupNames[0]="JUMPING"
	GravityZ=-100.0
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: ti 22-3-2011 19:57:00.456 - Created with UnCodeX