bool Skill_ParseConfig(string fileName)
Parses a specified config file.
Definition: skill.qc:71
void Skill_Init(void)
Called by Nuclide in init() before entities, or even EntityDef are initialized.
Definition: skill.qc:28
float Skill_GetValue(string, float)
Return a skill variable's value or return a defaultvalue if it's undefined.
Definition: skill.qc:47