User Tools

Site Tools


modding:function:msndestroy

This is an old revision of the document!


Discuss this page on this pages TalkPage

msnDestroy

Syntax (msnDestroy missionObj)
Arguments missionObj: the mission object to destroy
Returns True if successful, Nil otherwise
Category missions
Description Destroys the mission object and calls the mission object's <OnDestroy> event.

Example

(block (theMission)
(setq theMission (msnCreate &msMissionExample; Nil))
(msnDestroy theMission)
)

Destroys the mission type “&msMissionExample;”.

Mission Types

Return to Mission functions list

Return to Functions list

modding/function/msndestroy.1484894723.txt.gz · Last modified: 2017/01/20 06:45 by xephyr