Nuclide
Software Development Kit for id Tech
cloader.qc File Reference

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]
 

Macro Definition Documentation

◆ MAX_CONSTANTS_ID

#define MAX_CONSTANTS_ID   128

Variable Documentation

◆ g_constIndex

string g_constIndex[128]