Spellforce-Spell-framework
Loading...
Searching...
No Matches
sf_onhit_registry.cpp File Reference
#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>
Include dependency graph for sf_onhit_registry.cpp:

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)
 

Function Documentation

◆ get_onhit_phase()

std::list< std::pair< uint16_t, onhit_handler_ptr > > get_onhit_phase ( OnHitPhase phase)

Definition at line 52 of file sf_onhit_registry.cpp.

Here is the caller graph for this function:

◆ registerOnHitHandler()

void registerOnHitHandler ( uint16_t spell_line_id,
onhit_handler_ptr handler,
OnHitPhase phase )

Definition at line 17 of file sf_onhit_registry.cpp.

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