Discuss this page on this pages TalkPage
| Syntax | (msnDestroy missionObj) |
|---|---|
| Arguments | missionObj: the mission object to destroy |
| Returns | True if successful, Nil otherwise |
| Category | mission_functions |
| Description | Destroys the mission object and calls the mission object's <OnDestroy> event. |
(block (theMission) (setq theMission (msnCreate &msMissionExample; Nil)) (msnDestroy theMission) )
Destroys the mission type “&msMissionExample;”.
Return to Mission functions list
Return to functions list