Nuclide
Software Development Kit for id Tech
|
Macros | |
#define | MAX_CONSTANTS_ID 128 |
Functions | |
void | Constants_Init (void) |
Called upon game init internally to populate our look-up table. More... | |
bool | Constants_Add (string constantName, string constantValue) |
Call to add a custom constant with a specific value. More... | |
string | Constants_LookUp (string constName, string returnValue) |
Look up a name and retrieve its value. More... | |
Variables | |
string | g_constIndex [128] |
#define MAX_CONSTANTS_ID 128 |
string g_constIndex[128] |