LocalEvent

From NexusWiki
Revision as of 03:17, 19 June 2009 by LordValarian (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

LocalEvent(event);

It gives an ’event’ event within a ruleset that does not have figurative variables. A mission, a unit command, an episode, a state-machine, and all the subroutines are considered as rulesets.

LocalEvent(event, var_set);

It gives an ’event’ event within a ruleset. Var_set are the event’s variables, they can be separated by semicolons.