modding:function:msnsetdata
Discuss this page on this page's 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/function/msnsetdata.txt · Last modified: 2017/01/31 22:35 by xephyr