DrawSprite (RSDKv3)¶ Description¶ Draws Frame at the object's X and Y position. Parameters¶ Frame The ID of the SpriteFrame to draw. Return Value¶ None. Syntax¶ DrawSprite(int Frame) Example¶ DrawSprite(0)