Discuss this page on this pages TalkPage
| Syntax | (msnFireEvent missionObj event [data]) |
|---|---|
| Arguments | missionObj: the mission object |
| event: the event to fire. | |
| data: arbitrary data to pass on to the event, which is passed on as gData in the event. | |
| Returns | result of event |
| Category | mission_functions |
| Description | Immediately fires the named event on the mission object. |
(msnFireEvent theMission "Success")
Fires the event named “Success” on the mission object.
Return to Mission functions list
Return to functions list