Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- Engine.Actor | +-- Engine.Info | +-- Engine.Mutator | +-- UTGame.UTMutator | +-- UTGame.UTMutator_LowGrav
Variables Summary | |
---|---|
UTMutator_LowGrav | |
float | GravityZ |
Inherited Variables from Engine.Mutator |
---|
bUserAdded, GroupNames, NextMutator |
Functions Summary | ||
---|---|---|
![]() | InitMutator (string Options, out string ErrorMessage)) |
Inherited Functions from UTGame.UTMutator |
---|
GetNextUTMutator, MutatorIsAllowed, ProcessSpeechRecognition, ReplaceWith |
Variables Detail |
---|
Gravity along Z axis applied to objects in physics volumes which had default gravity.
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { GroupNames[0]="JUMPING" GravityZ=-100.0 } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |