Spellforce-Spell-framework
|
#include "sf_sub_effect_handlers.h"
#include "../core/sf_hooks.h"
#include "../core/sf_wrappers.h"
#include <cstdio>
Go to the source code of this file.
Functions | |
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) |
void __thiscall | common_sub_effect_handler (SF_CGDEffect *_this, 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 ) |
Definition at line 121 of file sf_sub_effect_handlers.cpp.
void __thiscall default_sub_effect_handler | ( | SF_CGDEffect * | _this, |
uint16_t | effect_index ) |
Definition at line 156 of file sf_sub_effect_handlers.cpp.
void __thiscall elemental_chain_sub_effect_handler | ( | SF_CGDEffect * | _this, |
uint16_t | effect_index ) |
Definition at line 87 of file sf_sub_effect_handlers.cpp.
void __thiscall elemental_sub_effect_handler | ( | SF_CGDEffect * | _this, |
uint16_t | effect_index ) |
Definition at line 6 of file sf_sub_effect_handlers.cpp.