Skip to content

DrawSprite

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)