Discuss this page on this page's [[msnsetdata Talk Page|Talk Page]] === msnSetData === ^ Syntax | (msnSetData missionObj attrib data) | ^ Arguments | missionObj: The mission object. | ^ | attrib: Name of the data field to set. | ^ | data: New value to set the data to. | ^ Returns | | ^ Category | [[data functions]], [[mission functions]] | ^ Description | Sets dynamic data on a mission object. | === Example === (msnSetData gSource 'startTime (unvGetTick)) Sets the data field "startTime" on the mission object to the current tick. ==== See Also ==== [[modding:xml:missiontype|Mission Types]] Return to [[modding:function:Mission_functions|Mission functions]] list Return to [[modding:functions:]] list