LoginLogin
Might make SBS readonly: thread

SPUSED

Root / Documentation / [.]

Created:
Check if a sprite ID is in use.

Syntax

SPUSED spriteID% OUT used%
InputDescription
spriteID%The sprite ID to check.
OutputDescription
used%#TRUE if the sprite ID is in use, #FALSE otherwise.

Examples

SPSET 0,0
PRINT SPUSED(0)
PRINT SPUSED(1)

No posts yet (will you be the first?)