Discuss this page on this page's [[objGetGlobalData Talk Page|Talk Page]] === objGetGlobalData === See [[http://xelerus.de/index.php?s=functions&function=94|objGetGlobalData at Xelerus]] ^ Syntax | (objGetGlobalData spaceObject string) | ^ Arguments | spaceObject: The space object belonging to the class you want the data from. | ^ | string: The name of the data you want. | ^ Returns | The data named by the string from the space objects class. All space objects in the same class share the same global data. Returns Nil if there is no data as named by the string. | ^ Category | [[data functions|data]], [[spaceobject functions|spaceObject]] | ^ Description | Returns the data named by the string for the space objects class. | === Example === TODO Return to [[:Functions]] list