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 == *...")
(No difference)

Revision as of 19:14, 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