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

UE1:Mutator (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:12, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
RTNP Object >> Actor >> Info >> Mutator
Package: 
Engine
This class in other games:
U1, UT, U2XMP, U2, UE2Runtime, UT2003, UT2004, UT3, UDK

Mutator. called by the IsRelevant() function of DeathMatchPlus by adding new mutators, you can change actors in the level without requiring a new game class. Multiple mutators can be linked together.

Properties[edit]

DefaultWeapon[edit]

Type: class<Weapon>


NextMutator[edit]

Type: Mutator


Functions[edit]

Events[edit]

PreBeginPlay[edit]

event PreBeginPlay ()

Overrides: Actor.PreBeginPlay


Other instance functions[edit]

AddMutator[edit]

function AddMutator (Mutator M)


CheckReplacement[edit]

function bool CheckReplacement (Actor Other, out byte bSuperRelevant)


IsRelevant[edit]

function bool IsRelevant (Actor Other, out byte bSuperRelevant)


MutatedDefaultWeapon[edit]

function class<WeaponMutatedDefaultWeapon ()


MyDefaultWeapon[edit]

function class<WeaponMyDefaultWeapon ()


ReplaceWith[edit]

function bool ReplaceWith (Actor Other, string aClassName)