Functions | |
void | Show_Local_Texture (const char *texture_name, char *definition) |
Retrieves a texture definition from the currently open segment. More... | |
void Show_Local_Texture | ( | const char * | texture_name, |
char * | definition | ||
) |
Retrieves a texture definition from the currently open segment.
texture_name | - The name this texture definition will be assigned to. |
definition | - The definition of texture_name. Returned to user. Passed by reference always. |
Users can use this to query the definition of a specific texture in a particular segment. This texture definition would have originally been set via Define_Local_Texture() .
Currently there is no way for the user to do a Show_Net_Local_Texture.