PrecacheDecal
Precaches a given decal.
native int PrecacheDecal(const char[] decal, bool preload = false)
Parameters
const char[] decal
Name of the decal to precache.
bool preload
If preload is true the file will be precached before level startup.
Return Value
int Returns a decal index.