Spellforce-Spell-framework
Loading...
Searching...
No Matches
sf_utility_hooks.h
Go to the documentation of this file.
1#pragma once
2
3#include "../../../api/sfsf.h"
7#include "../sf_hooks.h"
8#include "../sf_wrappers.h"
9
10
11void __thiscall is_combat_ability(SF_CGdSpell *_this, GdSpellLine spell_line);
12
13void __thiscall is_domination_spellline(SF_CGdSpell *_this,
14 GdSpellLine spell_line);
15
16void __thiscall is_domination_spell(SF_CGdSpell *_this, uint16_t spell_index);
17void __thiscall is_summon_spell(SF_CGdSpell *_this, GdSpellLine spell_line);
18void __thiscall is_white_aura_spell(SF_CGdSpell *_this, GdSpellLine spell_line);
19void __thiscall is_black_aura_spell(SF_CGdSpell *_this, GdSpellLine spell_line);
20void __thiscall is_aoe_spell(SF_CGdSpell *_this, GdSpellLine spell_line);
21void __thiscall is_aura_spell(SF_CGdSpell *_this, GdSpellLine spell_line);
void __thiscall is_summon_spell(SF_CGdSpell *_this, GdSpellLine spell_line)
void __thiscall is_white_aura_spell(SF_CGdSpell *_this, GdSpellLine spell_line)
void __thiscall is_aura_spell(SF_CGdSpell *_this, GdSpellLine spell_line)
void __thiscall is_combat_ability(SF_CGdSpell *_this, GdSpellLine spell_line)
void __thiscall is_aoe_spell(SF_CGdSpell *_this, GdSpellLine spell_line)
void __thiscall is_domination_spellline(SF_CGdSpell *_this, GdSpellLine spell_line)
void __thiscall is_black_aura_spell(SF_CGdSpell *_this, GdSpellLine spell_line)
void __thiscall is_domination_spell(SF_CGdSpell *_this, uint16_t spell_index)
Header file for defining AI-related battle functions for managing spellcasting, NPC behavior,...
Group of Structures and Enums used throught SFSF.