Discuss this page on this pages [[objSetOverlayProperty Talk Page|TalkPage]] === objSetOverlayProperty === ^ Syntax | (objSetOverlayProperty obj overlayID property value) | ^ Arguments | obj: the object the overlay is on (can be itself) | ^ | overlayID: The ID of the overlay. If the overlay itself is calling this function use aOverlayID. | ^ | property: the property on the overlay to set (see table below) | ^ | value: the new value of the property | ^ Returns | | ^ Category | [[space_objects]] [[overlays]]| ^ Description | Sets a property on an overlay. Useful mostly for counter overlays, but also useful for setting position and rotation. | === Properties === 'counter 'counterLabel 'pos position 'rotation angle === Example === (objSetOverlayProperty gSource aOverlayID 'counter 25) Sets the counter property to 25 ticks. [[modding:xml:overlaytype|Overlay Types]] Return to [[modding:function:spaceobject_functions|Object functions]] list Return to [[:Functions]] list