The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
Legacy:Stealth
From Unreal Wiki, The Unreal Engine Documentation Site
The Stealth mutator does exactly what you would expect. It provides every player with the invisibility powerup making them tough to see. Be warned though - this mutator places a fairly hefty load on the PC so you might notice a drop in framerate - especially when there are a few players on the screen.
This mutator is particularly silly when combined with the Eavy Darkmatch 3 mutator.
Methods[edit]
Inherited From Mutator[edit]
- bool AlwaysKeep(Actor (UT) Other)
- This function returns true for all instances of UT_Stealth.
- bool CheckReplacement(Actor (UT) Other, out byte bSuperRelevant)
- This function performs a couple of actions. The first is to remove all instances of the UT_Invisibility class from the level (the invisibility powerup). The second is to create a UT_Stealth inventory object and give it to the player. The inventory object is given a huge charge (9999999999) so it lasts forever in game terms.