Discuss this page on this pages [[objGetOverlayData Talk Page|TalkPage]] === objGetOverlayData === ^ Syntax | (objGetOverlayData obj overlayID attrib) | ^ Arguments | obj: The spaceobject the overlay is on | ^ | overlayID: The ID of the overlay | ^ | attrib: Named data to retrieve | ^ Returns | data | ^ Category | [[spaceObject functions]], [[Overlay functions]]| ^ Description | Retrieves dynamic data from an overlay on an object. | === Example === (objGetOverlayData gSource aOverlayID 'dataField) Retrieves the data named "dataField" on the overlay, if called in the overlay itself. Return to [[modding:function:spaceObject_functions|Space Object functions]] list Return to [[modding:functions:]] list