Spellforce-Spell-framework
|
Hooks for Utility functions not directly related to each other; but not large enough to support their own hook type. More...
Functions | |
bool __thiscall | is_combat_ability (SF_CGdSpell *_this, GdSpellLine spell_line) |
bool __thiscall | is_domination_spell (SF_CGdSpell *_this, GdSpellLine spell_line) |
bool __thiscall | is_domination_spell (SF_CGdSpell *_this, uint16_t spell_index) |
bool __thiscall | is_domination_spellline (SF_CGdSpell *_this, GdSpellLine spell_line) |
bool __thiscall | is_summon_spell (SF_CGdSpell *_this, GdSpellLine spell_line) |
bool __thiscall | is_white_aura_spell (SF_CGdSpell *_this, GdSpellLine spell_line) |
bool __thiscall | is_black_aura_spell (SF_CGdSpell *_this, GdSpellLine spell_line) |
bool __thiscall | is_aoe_spell (SF_CGdSpell *_this, GdSpellLine spell_line) |
bool __thiscall | is_aura_spell (SF_CGdSpell *_this, GdSpellLine spell_line) |
Hooks for Utility functions not directly related to each other; but not large enough to support their own hook type.
bool __thiscall is_aoe_spell | ( | SF_CGdSpell * | _this, |
GdSpellLine | spell_line ) |
bool __thiscall is_aura_spell | ( | SF_CGdSpell * | _this, |
GdSpellLine | spell_line ) |
bool __thiscall is_black_aura_spell | ( | SF_CGdSpell * | _this, |
GdSpellLine | spell_line ) |
bool __thiscall is_combat_ability | ( | SF_CGdSpell * | _this, |
GdSpellLine | spell_line ) |
bool __thiscall is_domination_spell | ( | SF_CGdSpell * | _this, |
GdSpellLine | spell_line ) |
bool __thiscall is_domination_spell | ( | SF_CGdSpell * | _this, |
uint16_t | spell_index ) |
bool __thiscall is_domination_spellline | ( | SF_CGdSpell * | _this, |
GdSpellLine | spell_line ) |
bool __thiscall is_summon_spell | ( | SF_CGdSpell * | _this, |
GdSpellLine | spell_line ) |
bool __thiscall is_white_aura_spell | ( | SF_CGdSpell * | _this, |
GdSpellLine | spell_line ) |