Always snap to grid

Legacy:LowGrav

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 03:49, 27 May 2003 by Wormbo (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT :: Actor (UT) >> Info (UT) >> Mutator (UT) >> LowGrav (Package: Botpack)

This mutator makes the entire level behave as if it was on the moon. A side effect of this mutator is all jump boots are removed.

Methods Inherited From Mutator (UT)[edit]

bool CheckReplacement (Actor (UT) Other, out byte bSuperRelevant) 
This function returns false for every instance of UT_JumpBoots encountered removing them from the game. For all objects of type ZoneInfo (UT) the function sets the ZoneGravity vector to (0,0,-200). Oddly enough the mutator doesn't set the bGravityZone property of the ZoneInfo (UT) class.