Discuss this page on this page's Talk Page

msnReward

Syntax (msnReward missionObj [data])
Arguments missionObj: The mission object.
data: Data to pass on to <OnReward>.
Returns
Category data functions, mission functions
Description Calls the <OnReward> event on the mission object, passing on the optional data.

Example

(msnReward gSource)

Calls the <OnReward> event on the mission object

See Also

Mission Types

Return to Mission functions list

Return to functions list