Discuss this page on this page's Talk Page
| 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, mission functions |
| Description | Returns the data from the xml named by the string from the mission. |
(msnGetStaticData gSource 'data)
Returns the static data field named 'data on the mission.