User Tools

Site Tools


modding:function:msnfireevent

Discuss this page on this pages TalkPage

msnFireEvent

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.

Example

(msnFireEvent theMission "Success")

Fires the event named “Success” on the mission object.

Mission Types

Return to Mission functions list

Return to functions list

modding/function/msnfireevent.txt · Last modified: 2017/01/31 22:32 by xephyr