![]() |
Crossfire Client, Trunk
|
Functions | |
| void | AddspellCmd (unsigned char *data, int len) |
| void | DeleteSpell (unsigned char *data, int len) |
| void | UpdspellCmd (unsigned char *data, int len) |
| void AddspellCmd | ( | unsigned char * | data, |
| int | len | ||
| ) |
| data | |
| len |
Definition at line 1879 of file commands.c.
References cpl, CS_STAT_SKILLINFO, Spell_struct::dam, Spell_struct::face, GetChar_String(), GetInt_String(), GetShort_String(), Spell_struct::grace, Spell_struct::level, LOG(), LOG_WARNING, Spell_struct::message, Spell_struct::name, Spell_struct::next, Spell_struct::path, Spell_struct::requirements, rstrip(), Spell_struct::skill, skill_names, Spell_struct::skill_number, Spell_struct::sp, Player_Struct::spelldata, spellmon_level, Player_Struct::spells_updated, Spell_struct::tag, Spell_struct::time, and Spell_struct::usage.
Here is the call graph for this function:| void DeleteSpell | ( | unsigned char * | data, |
| int | len | ||
| ) |
Definition at line 2002 of file commands.c.
References cpl, GetInt_String(), LOG(), LOG_WARNING, Spell_struct::next, Player_Struct::spelldata, Player_Struct::spells_updated, and Spell_struct::tag.
Here is the call graph for this function:| void UpdspellCmd | ( | unsigned char * | data, |
| int | len | ||
| ) |
Definition at line 1964 of file commands.c.
References cpl, Spell_struct::dam, GetChar_String(), GetInt_String(), GetShort_String(), Spell_struct::grace, LOG(), LOG_WARNING, Spell_struct::next, Spell_struct::sp, Player_Struct::spelldata, Player_Struct::spells_updated, Spell_struct::tag, UPD_SP_DAMAGE, UPD_SP_GRACE, and UPD_SP_MANA.
Here is the call graph for this function: