Spellforce-Spell-framework
|
#include "sf_onhit_registry.h"
#include "../../core/sf_wrappers.h"
#include "../../handlers/sf_onhit_handlers.h"
#include "../../core/sf_modloader.h"
#include <iostream>
#include <map>
#include <cstdint>
#include <list>
#include <utility>
Go to the source code of this file.
Functions | |
void | registerOnHitHandler (uint16_t spell_line_id, onhit_handler_ptr handler, OnHitPhase phase) |
std::list< std::pair< uint16_t, onhit_handler_ptr > > | get_onhit_phase (OnHitPhase phase) |
std::list< std::pair< uint16_t, onhit_handler_ptr > > get_onhit_phase | ( | OnHitPhase | phase | ) |
void registerOnHitHandler | ( | uint16_t | spell_line_id, |
onhit_handler_ptr | handler, | ||
OnHitPhase | phase ) |
Definition at line 17 of file sf_onhit_registry.cpp.