Difference between revisions of "ActorHealthTrigger WorldScript"

From Serious Sam's Bogus Detour
Jump to: navigation, search
 
Line 1: Line 1:
 
{{WorldscriptIcon|rgb(164, 36, 3)|224|320}}
 
{{WorldscriptIcon|rgb(164, 36, 3)|224|320}}
  
Triggered when the health changes of any of the targeted units. Sets the <code>Instigator</code> source to the damager unit. This script can be executed by other scripts.
+
Triggered when the health changes of any of the targeted units. Sets the <code>Instigator</code> source to the damager unit, if it exists. This script can be executed by other scripts.
  
 
== Properties ==
 
== Properties ==

Latest revision as of 11:11, 26 July 2017

Triggered when the health changes of any of the targeted units. Sets the Instigator source to the damager unit, if it exists. This script can be executed by other scripts.

Properties

  • Unit feed Units, validates, responds to changes
  • Enumeration Function, default: GreaterOrEqual
    • Greater
    • Less
    • GreaterOrEqual
    • LessOrEqual
  • Float Value

Unit sources

  • Instigator