|
Spellforce-Spell-framework
|
#include "sf_effect_hook.h"#include "../../../asi/sf_asi.h"#include "sf_subeffect_hook.h"#include "sf_phys_effect_hook.h"
Go to the source code of this file.
Typedefs | |
| typedef void(__thiscall * | removeFigureEffect_ptr) (SF_CGdEffect *_this, uint16_t effect_id) |
| typedef void(__thiscall * | updateStepCount_ptr) (SF_CGdEffect *_this, uint16_t effect_id) |
| typedef uint32_t(__thiscall * | tryRemoveEffect_ptr) (SF_CGdEffect *_this, uint16_t effect_id) |
| typedef void(__thiscall * | addEffectFromEffect_ptr) (SF_CGdEffect *_this, uint16_t effect_id) |
| typedef void(__thiscall * | addPhysicalFromEffect_ptr) (SF_CGdEffect *_this, uint16_t effect_id) |
Functions | |
| void __thiscall | effect_trigger_hook (SF_CGdEffect *_this) |
| void | init_effect_hooks () |
| typedef void(__thiscall * addEffectFromEffect_ptr) (SF_CGdEffect *_this, uint16_t effect_id) |
Definition at line 10 of file sf_effect_hook.c.
| typedef void(__thiscall * addPhysicalFromEffect_ptr) (SF_CGdEffect *_this, uint16_t effect_id) |
Definition at line 11 of file sf_effect_hook.c.
| typedef void(__thiscall * removeFigureEffect_ptr) (SF_CGdEffect *_this, uint16_t effect_id) |
Definition at line 7 of file sf_effect_hook.c.
| typedef uint32_t(__thiscall * tryRemoveEffect_ptr) (SF_CGdEffect *_this, uint16_t effect_id) |
Definition at line 9 of file sf_effect_hook.c.
| typedef void(__thiscall * updateStepCount_ptr) (SF_CGdEffect *_this, uint16_t effect_id) |
Definition at line 8 of file sf_effect_hook.c.
| void __thiscall effect_trigger_hook | ( | SF_CGdEffect * | _this | ) |
Definition at line 20 of file sf_effect_hook.c.


| void init_effect_hooks | ( | ) |
| addEffectFromEffect_ptr addEffectFromEffect |
Definition at line 17 of file sf_effect_hook.c.
| addPhysicalFromEffect_ptr addPhysicalFromEffect |
Definition at line 18 of file sf_effect_hook.c.
| removeFigureEffect_ptr removeFigureEffect |
Definition at line 15 of file sf_effect_hook.c.
| tryRemoveEffect_ptr tryRemoveEffect |
Definition at line 14 of file sf_effect_hook.c.
| updateStepCount_ptr updateStepCount |
Definition at line 16 of file sf_effect_hook.c.