Discuss this page on this page's [[objGetStaticData Talk Page|Talk Page]] === objGetStaticData === See [[http://xelerus.de/index.php?s=functions&function=108|objGetStaticData at Xelerus]] ^ Syntax | (objGetStaticData spaceObject string) | ^ Arguments | spaceObject: The space object of the type you want to get the static data from. | ^ | string: The name of the static data. | ^ Returns | data: The data from the xml named by the string from the space objects type. | ^ Category | [[data functions|data]], [[spaceobject functions|spaceObject]] | ^ Description | Returns the data from the xml named by the string from whatever the space objects type is. | Very useful function as you can store things in the xml before hand and get them in code. === Example === TODO Return to [[:Functions]] list