SPUSED
Root / Documentation / [.]
Created:
Check if a sprite ID is in use.
* Syntax
```sbsyntax
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
```sb4
SPSET 0,0
PRINT SPUSED(0)
PRINT SPUSED(1)
```
No posts yet (will you be the first?)