Spellforce-Spell-framework
|
#include "sf_spelldamage_registry.h"
#include "../../core/sf_wrappers.h"
#include "../../core/sf_modloader.h"
#include "../../handlers/sf_spelldamage_handlers.h"
#include <iostream>
#include <map>
#include <cstdint>
Go to the source code of this file.
Functions | |
void | registerSpellDamageHandler (uint16_t spell_line_id, damage_handler_ptr handler, SpellDamagePhase phase) |
damage_handler_ptr | get_spell_damage (const uint16_t spell_line_id, SpellDamagePhase phase) |
void __thiscall | register_vanilla_spell_damage_handlers () |
damage_handler_ptr get_spell_damage | ( | const uint16_t | spell_line_id, |
SpellDamagePhase | phase ) |
Definition at line 39 of file sf_spelldamage_registry.cpp.
void __thiscall register_vanilla_spell_damage_handlers | ( | ) |
Definition at line 57 of file sf_spelldamage_registry.cpp.
void registerSpellDamageHandler | ( | uint16_t | spell_line_id, |
damage_handler_ptr | handler, | ||
SpellDamagePhase | phase ) |
Definition at line 14 of file sf_spelldamage_registry.cpp.