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