Discuss this page on this pages [[objSetOverlayData Talk Page|TalkPage]] === objSetOverlayData === ^ Syntax | (objSetOverlayData obj overlayID attrib data) | ^ Arguments | obj: the object the overlay is on (can be itself, gSource) | ^ | overlayID: The ID of the overlay. If the overlay itself is calling this function use aOverlayID. | ^ | attrib: the name of the data to set | ^ | data: the new value of the data | ^ Returns | | ^ Category | [[space objects]] [[overlays]]| ^ Description | Sets named data on an overlay. | === Example === (objSetOverlayData gSource aOverlayID 'dataField 10000000000) Sets the "dataField" data field to ten billion. [[modding:xml:overlaytype|Overlay Types]] Return to [[modding:function:spaceobject_functions|Object functions]] list Return to [[:Functions]] list