RSDKv4 SetObjectRange¶ Changes internal bounds, affecting all objects. Used mainly so that objects behave the same regardless of current screen width in attract mode. Parameters¶ width The new horizantal boundaries for objects. Return Value¶ None. Syntax¶ SetObjectRange(int width) Example¶ SetObjectRange(424)