Spellforce-Spell-framework
Loading...
Searching...
No Matches
Utility Hooks

Hooks for Utility functions not directly related to each other; but not large enough to support their own hook type. More...

Collaboration diagram for Utility Hooks:

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)
 

Detailed Description

Hooks for Utility functions not directly related to each other; but not large enough to support their own hook type.

Function Documentation

◆ is_aoe_spell()

bool __thiscall is_aoe_spell ( SF_CGdSpell * _this,
GdSpellLine spell_line )

Definition at line 51 of file sf_utility_hooks.c.

Here is the call graph for this function:

◆ is_aura_spell()

bool __thiscall is_aura_spell ( SF_CGdSpell * _this,
GdSpellLine spell_line )

Definition at line 56 of file sf_utility_hooks.c.

Here is the call graph for this function:

◆ is_black_aura_spell()

bool __thiscall is_black_aura_spell ( SF_CGdSpell * _this,
GdSpellLine spell_line )

Definition at line 46 of file sf_utility_hooks.c.

Here is the call graph for this function:

◆ is_combat_ability()

bool __thiscall is_combat_ability ( SF_CGdSpell * _this,
GdSpellLine spell_line )

Definition at line 13 of file sf_utility_hooks.c.

Here is the call graph for this function:

◆ is_domination_spell() [1/2]

bool __thiscall is_domination_spell ( SF_CGdSpell * _this,
GdSpellLine spell_line )

Definition at line 18 of file sf_utility_hooks.c.

Here is the call graph for this function:

◆ is_domination_spell() [2/2]

bool __thiscall is_domination_spell ( SF_CGdSpell * _this,
uint16_t spell_index )

Definition at line 23 of file sf_utility_hooks.c.

Here is the call graph for this function:

◆ is_domination_spellline()

bool __thiscall is_domination_spellline ( SF_CGdSpell * _this,
GdSpellLine spell_line )

Definition at line 29 of file sf_utility_hooks.c.

Here is the call graph for this function:

◆ is_summon_spell()

bool __thiscall is_summon_spell ( SF_CGdSpell * _this,
GdSpellLine spell_line )

Definition at line 36 of file sf_utility_hooks.c.

Here is the call graph for this function:

◆ is_white_aura_spell()

bool __thiscall is_white_aura_spell ( SF_CGdSpell * _this,
GdSpellLine spell_line )

Definition at line 41 of file sf_utility_hooks.c.

Here is the call graph for this function: