Spellforce-Spell-framework
Loading...
Searching...
No Matches
sf_spelleffect_registry.cpp File Reference
#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>
Include dependency graph for sf_spelleffect_registry.cpp:

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 ()
 

Function Documentation

◆ get_spell_effect()

handler_ptr get_spell_effect ( uint16_t spell_job)

Definition at line 26 of file sf_spelleffect_registry.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ register_vanilla_effect_handlers()

void register_vanilla_effect_handlers ( )

Definition at line 41 of file sf_spelleffect_registry.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ registerEffectHandler()

void registerEffectHandler ( uint16_t spell_job,
handler_ptr handler )

Definition at line 12 of file sf_spelleffect_registry.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: