Wiki > TV3D65 Index > TVGlobals
Returns the internal texture index for the specified texture name.
| VB.NET | GetTex(sTextureName As String) As Integer | |
|---|---|---|
| C++ | int GetTex(char* sTextureName ) | |
| NAME | OPTIONAL | DESCRIPTION |
|---|---|---|
| sTextureName | No | The name of the texture that was use when loading it. |
| Integer | The texture index of the texture. |
|---|
| Example | Basic example. |
|---|