|
Spellforce-Spell-framework
|
#include "../../../api/sfsf.h"

Go to the source code of this file.
Functions | |
| damage_handler_ptr | get_spell_damage (const uint16_t spell_line_id, SpellDamagePhase phase) |
| void | registerSpellDamageHandler (uint16_t spell_line_id, damage_handler_ptr handler, SpellDamagePhase phase) |
| void __thiscall | register_vanilla_spell_damage_handlers () |
|
extern |
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.

