Spellforce-Spell-framework
Loading...
Searching...
No Matches
sf_spelldamage_registry.h File Reference
Include dependency graph for sf_spelldamage_registry.h:
This graph shows which files directly or indirectly include this file:

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

Function Documentation

◆ get_spell_damage()

damage_handler_ptr get_spell_damage ( const uint16_t spell_line_id,
SpellDamagePhase phase )
extern

Definition at line 39 of file sf_spelldamage_registry.cpp.

Here is the caller graph for this function:

◆ register_vanilla_spell_damage_handlers()

void __thiscall register_vanilla_spell_damage_handlers ( )

Definition at line 57 of file sf_spelldamage_registry.cpp.

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

◆ registerSpellDamageHandler()

void registerSpellDamageHandler ( uint16_t spell_line_id,
damage_handler_ptr handler,
SpellDamagePhase phase )

Definition at line 14 of file sf_spelldamage_registry.cpp.

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