Spellforce-Spell-framework
|
Used to inject new Spell Types into Spellforce. More...
Functions | |
void | initialize_spelltype_data_hooks () |
uint16_t __thiscall | sf_spelltype_hook (SF_CGdSpell *_this, uint16_t spell_id, uint16_t param2, SF_CGdTargetData *source, SF_CGdTargetData *target, uint16_t param5) |
Used to inject new Spell Types into Spellforce.
void initialize_spelltype_data_hooks | ( | ) |
Definition at line 19 of file sf_spelltype_hook.c.
uint16_t __thiscall sf_spelltype_hook | ( | SF_CGdSpell * | _this, |
uint16_t | spell_id, | ||
uint16_t | param2, | ||
SF_CGdTargetData * | source, | ||
SF_CGdTargetData * | target, | ||
uint16_t | param5 ) |
Definition at line 28 of file sf_spelltype_hook.c.