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)