var hashtable g_hashConstants
Definition: cloader.h:74
bool Constants_Add(string constantName, string constantValue)
Call to add a custom constant with a specific value.
Definition: cloader.qc:66
void Constants_Init(void)
Called upon game init internally to populate our look-up table.
Definition: cloader.qc:25
string Constants_LookUp(string constName, string returnValue)
Look up a name and retrieve its value.
Definition: cloader.qc:81