SPUSED
Root / Documentation / [.]

Check if a sprite ID is in use.
Syntax
SPUSED spriteID% OUT used%
Input | Description |
---|---|
spriteID% | The sprite ID to check. |
Output | Description |
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?)