Spellforce-Spell-framework
Toggle main menu visibility
Loading...
Searching...
No Matches
sf_utility_hooks.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
../../../api/sfsf.h
"
4
#include "
../../../asi/sf_asi.h
"
5
#include "
../../../api/sf_ai_functions.h
"
6
#include "
../../../api/sf_general_structures.h
"
7
#include "
../sf_hooks.h
"
8
#include "
../sf_wrappers.h
"
9
10
11
void
__thiscall
is_combat_ability
(
SF_CGdSpell
*_this,
GdSpellLine
spell_line);
12
13
void
__thiscall
is_domination_spellline
(
SF_CGdSpell
*_this,
14
GdSpellLine
spell_line);
15
16
void
__thiscall
is_domination_spell
(
SF_CGdSpell
*_this, uint16_t spell_index);
17
void
__thiscall
is_summon_spellline
(
SF_CGdSpell
*_this,
GdSpellLine
spell_line);
18
void
__thiscall
is_white_aura_spell
(
SF_CGdSpell
*_this,
GdSpellLine
spell_line);
19
void
__thiscall
is_black_aura_spell
(
SF_CGdSpell
*_this,
GdSpellLine
spell_line);
20
void
__thiscall
is_aoe_spell
(
SF_CGdSpell
*_this,
GdSpellLine
spell_line);
21
void
__thiscall
is_aura_spell
(
SF_CGdSpell
*_this,
GdSpellLine
spell_line);
is_summon_spellline
void __thiscall is_summon_spellline(SF_CGdSpell *_this, GdSpellLine spell_line)
Definition
sf_utility_hooks.c:38
is_white_aura_spell
void __thiscall is_white_aura_spell(SF_CGdSpell *_this, GdSpellLine spell_line)
Definition
sf_utility_hooks.c:43
is_aura_spell
void __thiscall is_aura_spell(SF_CGdSpell *_this, GdSpellLine spell_line)
Definition
sf_utility_hooks.c:58
is_combat_ability
void __thiscall is_combat_ability(SF_CGdSpell *_this, GdSpellLine spell_line)
Definition
sf_utility_hooks.c:15
is_aoe_spell
void __thiscall is_aoe_spell(SF_CGdSpell *_this, GdSpellLine spell_line)
Definition
sf_utility_hooks.c:53
is_domination_spellline
void __thiscall is_domination_spellline(SF_CGdSpell *_this, GdSpellLine spell_line)
Definition
sf_utility_hooks.c:31
is_black_aura_spell
void __thiscall is_black_aura_spell(SF_CGdSpell *_this, GdSpellLine spell_line)
Definition
sf_utility_hooks.c:48
is_domination_spell
void __thiscall is_domination_spell(SF_CGdSpell *_this, uint16_t spell_index)
Definition
sf_utility_hooks.c:25
sf_ai_functions.h
Header file for defining AI-related battle functions for managing spellcasting, NPC behavior,...
sf_asi.h
sf_general_structures.h
Group of Structures and Enums used throught SFSF.
GdSpellLine
GdSpellLine
Definition
sf_general_structures.h:52
sf_hooks.h
sf_wrappers.h
sfsf.h
SF_CGdSpell
Definition
sf_spell_structures.h:26
src
internal
core
hooks
sf_utility_hooks.h
Generated by
1.17.0