Nuclide
Software Development Kit for id Tech
|
Functions | |
void | Skill_Init (void) |
Called by Nuclide in init() before entities, or even EntityDef are initialized. More... | |
float | Skill_GetValue (string variable, float defaultValue) |
Return a skill variable's value or return a defaultvalue if it's undefined. More... | |
string | Skill_GetStringValue (string variable, string defaultValue) |
bool | Skill_ParseConfig (string fileName) |
Parses a specified config file. More... | |