|
Spellforce-Spell-framework
|


Go to the source code of this file.
Functions | |
| sub_effect_handler_ptr | get_rain_handler (uint16_t spell_line) |
| phys_effect_handler_ptr | get_phys_effect_handler (uint16_t spell_line) |
| void | registerPhysRainHandler (uint16_t spell_line_id, sub_effect_handler_ptr handler) |
| void | registerPhysEffectHandler (uint16_t spell_line_id, phys_effect_handler_ptr handler) |
| phys_effect_handler_ptr get_phys_effect_handler | ( | uint16_t | spell_line | ) |
Definition at line 56 of file sf_phys_effect_registry.cpp.


| sub_effect_handler_ptr get_rain_handler | ( | uint16_t | spell_line | ) |
Definition at line 45 of file sf_phys_effect_registry.cpp.


| void registerPhysEffectHandler | ( | uint16_t | spell_line_id, |
| phys_effect_handler_ptr | handler ) |
Definition at line 33 of file sf_phys_effect_registry.cpp.


| void registerPhysRainHandler | ( | uint16_t | spell_line_id, |
| sub_effect_handler_ptr | handler ) |
Definition at line 21 of file sf_phys_effect_registry.cpp.

