This function is used to unload a loaded Dynamic Texture Group from memory back into disk, in its original, compressed form.
You can't unload a default (non-dynamic) Texture Group.
For information on its use, see: Dynamic Textures
texturegroup_unload(groupname);
Argument | Type | Description |
---|---|---|
groupname | String | The name of the Texture Group as a string. These are defined in the Texture Groups window. |
N/A
texturegroup_unload("tg_UI");
This will unload the Dynamic Texture Group with the name "tg_UI".