Functions | |
void | Show_Texture (const char *texture, char *definition) |
void | Show_One_Net_Texture (const char *texture, char *definition) |
void | QShow_One_Net_Texture (const char *segment, const char *texture, char *definition) |
void | PShow_One_Net_Texture (HC_KEY *path, const char *texture, char *definition) |
void Show_Texture | ( | const char * | texture, | |
char * | definition | |||
) |
Shows the definition of a texture.
texture | - Any previously defined texture. Passed by reference always. | |
definition | - The definition of texture. Returned to user. Passed by reference always. |
void Show_One_Net_Texture | ( | const char * | texture, | |
char * | definition | |||
) |
Similar to Show_Texture(), but returns the net effective texture definition instead of the local one.
texture | - Any previously defined texture. Passed by reference always. | |
definition | - The definition of texture. Returned to user. Passed by reference always. |
void QShow_One_Net_Texture | ( | const char * | segment, | |
const char * | texture, | |||
char * | definition | |||
) |
Similar to Show_Net_Texture(), but operates on the given segment rather than the currently open one.
segment | - Segment on which to show the net texture definition. | |
texture | - Any previously defined texture. Passed by reference always. | |
definition | - The definition of texture. Returned to user. Passed by reference always. |
void PShow_One_Net_Texture | ( | HC_KEY * | path, | |
const char * | texture, | |||
char * | definition | |||
) |
Similar to Show_Net_Texture(), but calculates the net effective texture definition along a discrete segment path..
path | - Array of HC_KEY's delineating a particular path through a segment tree. | |
texture | - Any previously defined texture. Passed by reference always. | |
definition | - The definition of texture. Returned to user. Passed by reference always. |