FreeSprite()

语法

FreeSprite(#Sprite)
概要
Removes the specified sprite from memory. It's not possible to the sprite anymore after calling this function.

参数

#Sprite The sprite to free. If #PB_All is specified, all the remaining sprites are freed.

返回值

无.

Remarks

All remaining sprites are automatically freed when the program ends.

已支持操作系统

所有

<- DisplayTransparentSprite() - Sprite Index - GrabSprite() ->