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