SpecialFunction (Metroid Prime): Difference between revisions

From Retro Modding Wiki
Jump to navigation Jump to search
imported>Aruki
(Created page with "SpecialFunctions are script objects that can do a multitude of things depending what the Function enum is set to. === PlayerInArea === * Sends messages on the "Entered" stat...")
 
m (Encounter moved page SpecialFunction to SpecialFunction (Metroid Prime) without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:


* Sends messages on the "Entered" state when the player enters the area.
* Sends messages on the "Entered" state when the player enters the area.
* Sends messages on the "Closed" state when the player leaves the area.
* Sends messages on the "Exited" state when the player leaves the area.

Latest revision as of 13:35, 7 October 2021

SpecialFunctions are script objects that can do a multitude of things depending what the Function enum is set to.

PlayerInArea

  • Sends messages on the "Entered" state when the player enters the area.
  • Sends messages on the "Exited" state when the player leaves the area.