Discuss this page on this page's Talk Page

msnsetplayertarget

Syntax (msnSetPlayerTarget missionObj)
Arguments missionObj: The mission object to get the target from.
Returns
Category mission functions
Description Calls the <OnSetPlayerTarget> event on the mission object.

Example

(msnSetPlayerTarget gSource)

Calls the <OnSetPlayerTarget> event on the mission object.

See Also

Mission Types

Return to Mission functions list

Return to functions list