Difference between revisions of "AreaTrigger WorldScript"

From Serious Sam's Bogus Detour
Jump to: navigation, search
(Created page with "{{WorldscriptIcon|rgb(164, 36, 3)|384|128}} This is a worldscript. This script can be executed by other scripts. This script can be enabled or disabled. == Properties == *...")
 
Line 23: Line 23:
 
* <code>LastEntered</code>
 
* <code>LastEntered</code>
 
* <code>LastExited</code>
 
* <code>LastExited</code>
 +
 +
[[Category:WorldScripts]]

Revision as of 19:18, 24 July 2017

This is a worldscript. This script can be executed by other scripts. This script can be enabled or disabled.

Properties

  • Enumeration Event, default: OnExit
    • OnEnter
    • OnExit
  • Unit feed Areas, accepts colliders
  • Enumeration Filter as flags, defaults: PlayerActor
    • NeutralActor
    • PlayerActor
    • EnemyActor
    • PlayerProjectile
    • EnemyProjectile
    • TrapProjectile
    • Other

Unit sources

  • AllInside
  • LastEntered
  • LastExited