User Tools

Site Tools


modding:function:msnfireevent

This is an old revision of the document!


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 missions
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.1485138370.txt.gz · Last modified: 2017/01/23 02:26 by xephyr