|
Spellforce-Spell-framework
|
#include "sf_spelleffect_registry.h"#include "../../core/sf_wrappers.h"#include "../../core/sf_modloader.h"#include "../../handlers/sf_spelleffect_handlers.h"#include <iostream>#include <map>#include <cstdint>
Go to the source code of this file.
Functions | |
| void | registerEffectHandler (uint16_t spell_job, handler_ptr handler) |
| handler_ptr | get_spell_effect (uint16_t spell_job) |
| void | register_vanilla_effect_handlers () |
| handler_ptr get_spell_effect | ( | uint16_t | spell_job | ) |
Definition at line 26 of file sf_spelleffect_registry.cpp.


| void register_vanilla_effect_handlers | ( | ) |
Definition at line 41 of file sf_spelleffect_registry.cpp.


| void registerEffectHandler | ( | uint16_t | spell_job, |
| handler_ptr | handler ) |
Definition at line 12 of file sf_spelleffect_registry.cpp.

