modding:function:msnaccept
This is an old revision of the document!
Discuss this page on this pages TalkPage
msnAccept
| Syntax | (msnAccept missionObj) |
|---|---|
| Arguments | missionObj: the mission object to accept |
| Returns | |
| Category | missions |
| Description | Accepts a mission, and calls the <OnAccepted> event on the mission type. |
Example
(block (theMission) (setq theMission (msnCreate &msMissionExample; Nil)) (msnAccept theMission)
Accepts the mission type “&msMissionExample;”.
Return to Mission functions list
Return to Functions list
modding/function/msnaccept.1484954577.txt.gz · Last modified: by xephyr
