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

Go to the source code of this file.

Functions

void Constants_Init (void)
 Called upon game init internally to populate our look-up table. More...
 
string Constants_LookUp (string constName, string returnValue)
 Look up a name and retrieve its value. More...
 
bool Constants_Add (string constantName, string constantValue)
 Call to add a custom constant with a specific value. More...
 

Variables

var hashtable g_hashConstants
 

Variable Documentation

◆ g_hashConstants

var hashtable g_hashConstants