Discuss this page on this pages [[objgetdatafield Talk Page|TalkPage]] === objGetDataField === ^ Syntax | (objGetDataField obj field) | ^ Arguments | obj: The object the data field is on | ^ | field: The data field to retrieve | ^ Returns | Data | ^ Category | [[spaceObject functions]]| ^ Description | Retrieves data from a space object. Functionally the same as [[modding:function:typGetDataField]], but saves you from getting the object's UNID first. | === Example === (objGetDataField gPlayership 'maxSpeed) Returns the maximum speed of the playership as a percent of lightspeed. Return to [[modding:function:spaceObject_functions|Space Object functions]] list Return to [[modding:functions:]] list