get_decal_index
Syntax
native get_decal_index(const szDecalName[]);
Usage
| Parameter | Description |
|---|---|
| szDecalName | Decal name |
Description
Returns the index of a decal.
Return
Decal index >= 0, or -1 if decal was not found
native get_decal_index(const szDecalName[]);
| Parameter | Description |
|---|---|
| szDecalName | Decal name |
Returns the index of a decal.
Decal index >= 0, or -1 if decal was not found