Difference between revisions of "ActorHealthTrigger WorldScript"

From Serious Sam's Bogus Detour
Jump to: navigation, search
(Created page with "{{WorldscriptIcon|rgb(164, 36, 3)|224|320}} This is a worldscript. This script can be executed by other scripts. == Properties == * Unit feed <code>Units</code>, validates,...")
 
Line 1: Line 1:
 
{{WorldscriptIcon|rgb(164, 36, 3)|224|320}}
 
{{WorldscriptIcon|rgb(164, 36, 3)|224|320}}
  
This is a worldscript. 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. This script can be executed by other scripts.
  
 
== Properties ==
 
== Properties ==

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. 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