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