|
Spellforce-Spell-framework
|
#include "sf_enchant_registry.h"#include "../../core/sf_hooks.h"#include "../../core/sf_modloader.h"#include "../../core/sf_wrappers.h"#include <map>#include <utility>
Go to the source code of this file.
Functions | |
| uint16_t __thiscall | default_enchant_handler (SF_CGdFigure *_this, uint16_t figure_id) |
| uint16_t __thiscall | poison_enchant_handler (SF_CGdFigure *_this, uint16_t figure_id) |
| void | registerEnchantHandler (uint16_t spell_line, enchant_handler_ptr handler) |
| enchant_handler_ptr | get_enchant_handler (uint16_t spell_line) |
| void | register_vanilla_enchants_handlers () |
| uint16_t __thiscall default_enchant_handler | ( | SF_CGdFigure * | _this, |
| uint16_t | figure_id ) |
| enchant_handler_ptr get_enchant_handler | ( | uint16_t | spell_line | ) |
Definition at line 36 of file sf_enchant_registry.cpp.


| uint16_t __thiscall poison_enchant_handler | ( | SF_CGdFigure * | _this, |
| uint16_t | figure_id ) |
| void register_vanilla_enchants_handlers | ( | ) |
Definition at line 47 of file sf_enchant_registry.cpp.


| void registerEnchantHandler | ( | uint16_t | spell_line, |
| enchant_handler_ptr | handler ) |
Definition at line 25 of file sf_enchant_registry.cpp.

