Discuss this page on this pages TalkPage
Syntax | (msnFailure missionObj [data]) |
---|---|
Arguments | missionObj: the mission object |
data: arbitrary data to pass on to the mission, which is passed on as gData in the <OnCompleted> event. | |
Returns | |
Category | missions |
Description | Fails the mission and calls the <OnCanDebrief> and <OnCompleted> events on the mission object. |
(msnFailure gSource)
Calls the <OnCompleted> and <OnCanDebrief> event on the mission object, with “failure” as the reason.
Return to Mission functions list
Return to Functions list