Spellforce-Spell-framework
Loading...
Searching...
No Matches
sf_sub_effect_handlers.h
Go to the documentation of this file.
1#pragma once
3
4void __thiscall elemental_sub_effect_handler(SF_CGDEffect *_this,
5 uint16_t effect_index);
7 uint16_t effect_index);
8void __thiscall common_sub_effect_handler (SF_CGDEffect *_this,
9 uint16_t effect_index);
10void __thiscall default_sub_effect_handler(SF_CGDEffect *_this,
11 uint16_t effect_index);
void __thiscall default_sub_effect_handler(SF_CGDEffect *_this, uint16_t effect_index)
void __thiscall common_sub_effect_handler(SF_CGDEffect *_this, uint16_t effect_index)
void __thiscall elemental_sub_effect_handler(SF_CGDEffect *_this, uint16_t effect_index)
void __thiscall elemental_chain_sub_effect_handler(SF_CGDEffect *_this, uint16_t effect_index)