Spellforce-Spell-framework
Loading...
Searching...
No Matches
sf_spellend_registry.cpp File Reference
#include "sf_spellend_registry.h"
#include "../../core/sf_wrappers.h"
#include "../../handlers/sf_spellend_handlers.h"
#include "../../core/sf_modloader.h"
#include <iostream>
#include <map>
#include <cstdint>
Include dependency graph for sf_spellend_registry.cpp:

Go to the source code of this file.

Functions

void registerSpellEndHandler (uint16_t spell_line, handler_ptr handler)
 
handler_ptr get_spell_end (uint16_t spell_line)
 
void register_vanilla_spell_end_handlers ()
 

Function Documentation

◆ get_spell_end()

handler_ptr get_spell_end ( uint16_t spell_line)

Definition at line 28 of file sf_spellend_registry.cpp.

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

◆ register_vanilla_spell_end_handlers()

void register_vanilla_spell_end_handlers ( )

Definition at line 43 of file sf_spellend_registry.cpp.

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

◆ registerSpellEndHandler()

void registerSpellEndHandler ( uint16_t spell_line,
handler_ptr handler )

Definition at line 13 of file sf_spellend_registry.cpp.

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