My program doesn't have bugs. It just develops random features.

Difference between revisions of "Legacy:LowGrav"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
 
(No difference)

Latest revision as of 03:49, 27 May 2003

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.