Spellforce-Spell-framework
Toggle main menu visibility
Loading...
Searching...
No Matches
sf_subeffect_registry.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <stdint.h>
4
#include "
../../../api/sfsf.h
"
5
6
extern
void
registerSubEffectHandler
(uint16_t spell_line,
7
sub_effect_handler_ptr
handler);
8
extern
sub_effect_handler_ptr
get_sub_effect_handler
(uint16_t spell_line);
9
extern
void
register_vanilla_sub_effect_handlers
();
sub_effect_handler_ptr
void(__thiscall * sub_effect_handler_ptr)(SF_CGdEffect *, uint16_t effect_index)
Definition
sf_effect_functions.h:13
get_sub_effect_handler
sub_effect_handler_ptr get_sub_effect_handler(uint16_t spell_line)
Definition
sf_subeffect_registry.cpp:29
registerSubEffectHandler
void registerSubEffectHandler(uint16_t spell_line, sub_effect_handler_ptr handler)
Definition
sf_subeffect_registry.cpp:13
register_vanilla_sub_effect_handlers
void register_vanilla_sub_effect_handlers()
Definition
sf_subeffect_registry.cpp:41
sfsf.h
src
internal
registry
spell_data_registries
sf_subeffect_registry.h
Generated by
1.17.0