The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

Legacy:DamageTriggerMover

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 :: Actor >> Mover >> DamageTriggerMover (custom)

This subclass of Mover replaces the logic for damage-triggering the mover with the ability to trigger an event when the mover is damaged.

To use it, either load DamageTriggerMover.u in the Actor Browser or add DamageTriggerMover to your EditPackages list. You will be able to place this type of mover by right-clicking the mover icon in the UnrealEd toolbox.

Download[edit]

http://www.koehler-homepage.de/Wormbo/downloads/UT2004/DamageTriggerMover.zip

Relevant Properties[edit]

Mover Group (Inherited from Mover)[edit]

bool bDamageTriggered 
No longer used.
float DamageThreshold 
Minimum amount of damage required to trigger the event.

MoverEvents Group[edit]

name DamageEvent 
This event will be triggered when the mover is damaged.

Related Topics[edit]