texturegroup_unload

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

 

Syntax:

texturegroup_unload(groupname);

ArgumentTypeDescription
groupnameStringThe name of the Texture Group as a string. These are defined in the Texture Groups window.

 

Returns:

N/A

 

Example:

texturegroup_unload("tg_UI");

This will unload the Dynamic Texture Group with the name "tg_UI".