Difference between revisions of "UnitSceneChangedTrigger WorldScript"

From Serious Sam's Bogus Detour
Jump to: navigation, search
(Created page with "{{WorldscriptIcon|rgb(164, 36, 3)|384|32}} 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)|384|32}}
 
{{WorldscriptIcon|rgb(164, 36, 3)|384|32}}
  
This is a worldscript. This script can be executed by other scripts.
+
Triggered when then current scene changes of any of the targeted units. This script can be executed by other scripts.
  
 
== Properties ==
 
== Properties ==

Latest revision as of 12:28, 26 July 2017

Triggered when then current scene changes of any of the targeted units. This script can be executed by other scripts.

Properties

  • Unit feed Units, validates, responds to changes
  • Enumeration TextFilterType, default: Contains
    • StartsWith
    • EndsWith
    • Contains
    • DoesntContain
    • Is
    • IsNot
  • String TextFilter

Unit sources

  • Instigator