Discuss this page on this page's [[msnGetStaticData Talk Page|Talk Page]] === msnGetStaticData === ^ Syntax | (msnGetStaticData missionObj attrib) | ^ Arguments | missionObj: The mission object you want to get the static data from. | ^ | attrib: The name of the static data. | ^ Returns | the data | ^ Category | [[data functions|data]], [[mission functions]] | ^ Description | Returns the data from the xml named by the string from the mission. | === Example === (msnGetStaticData gSource 'data) Returns the static data field named 'data on the mission. ==== See Also ==== [[modding:xml:missiontype|Mission Types]] Return to [[modding:function:Mission_functions|Mission functions]] list Return to [[modding:functions:]] list