I don't need to test my programs. I have an error-correcting modem.

Difference between revisions of "Legacy:NoRedeemer"

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

Latest revision as of 03:46, 27 May 2003

UT :: Actor (UT) >> Info (UT) >> Mutator (UT) >> NoRedeemer (Package: Botpack)

The No Redeemer mutator removes the Redeemer from the game. Nothing more, nothing less. It does exactly what it says on the tin.

Methods Inherited From Mutator (UT)[edit]

bool CheckReplacement (Actor (UT) Other, out byte bSuperRelevant) 
This function returns false whenever an actor of type WarheadLauncher (the redeemer pickup) is encountered removing it from the game.
For all other objects the function returns true to let other mutators or the GameInfo (UT) decide what to do with it.