|
Spellforce-Spell-framework
|
#include "sf_onhit_handlers.h"#include "../core/sf_wrappers.h"#include "../core/sf_hooks.h"#include <list>
Go to the source code of this file.
Functions | |
| uint16_t __thiscall | trueshot_onhit_handler (SF_CGdFigureJobs *_this, uint16_t source_index, uint16_t target_index, uint16_t damage) |
| uint16_t __thiscall | riposte_onhit_handler (SF_CGdFigureJobs *_this, uint16_t source_index, uint16_t target_index, uint16_t damage) |
| uint16_t __thiscall | durability_onhit_handler (SF_CGdFigureJobs *_this, uint16_t source_index, uint16_t target_index, uint16_t damage) |
| uint16_t __thiscall | critical_hits_onhit_handler (SF_CGdFigureJobs *_this, uint16_t source_index, uint16_t target_index, uint16_t damage) |
| uint16_t __thiscall | endurance_onhit_handler (SF_CGdFigureJobs *_this, uint16_t source_index, uint16_t target_index, uint16_t damage) |
| uint16_t __thiscall | berserk_onhit_handler (SF_CGdFigureJobs *_this, uint16_t source_index, uint16_t target_index, uint16_t damage) |
| uint16_t __thiscall | warcry_onhit_handler (SF_CGdFigureJobs *_this, uint16_t source_index, uint16_t target_index, uint16_t damage) |
| uint16_t __thiscall | assistance_onhit_handler (SF_CGdFigureJobs *_this, uint16_t source_index, uint16_t target_index, uint16_t damage) |
| uint16_t __thiscall assistance_onhit_handler | ( | SF_CGdFigureJobs * | _this, |
| uint16_t | source_index, | ||
| uint16_t | target_index, | ||
| uint16_t | damage ) |
Definition at line 226 of file sf_onhit_handlers.cpp.


| uint16_t __thiscall berserk_onhit_handler | ( | SF_CGdFigureJobs * | _this, |
| uint16_t | source_index, | ||
| uint16_t | target_index, | ||
| uint16_t | damage ) |
Definition at line 158 of file sf_onhit_handlers.cpp.


| uint16_t __thiscall critical_hits_onhit_handler | ( | SF_CGdFigureJobs * | _this, |
| uint16_t | source_index, | ||
| uint16_t | target_index, | ||
| uint16_t | damage ) |
| uint16_t __thiscall durability_onhit_handler | ( | SF_CGdFigureJobs * | _this, |
| uint16_t | source_index, | ||
| uint16_t | target_index, | ||
| uint16_t | damage ) |
Definition at line 62 of file sf_onhit_handlers.cpp.


| uint16_t __thiscall endurance_onhit_handler | ( | SF_CGdFigureJobs * | _this, |
| uint16_t | source_index, | ||
| uint16_t | target_index, | ||
| uint16_t | damage ) |
Definition at line 130 of file sf_onhit_handlers.cpp.


| uint16_t __thiscall riposte_onhit_handler | ( | SF_CGdFigureJobs * | _this, |
| uint16_t | source_index, | ||
| uint16_t | target_index, | ||
| uint16_t | damage ) |
Definition at line 28 of file sf_onhit_handlers.cpp.


| uint16_t __thiscall trueshot_onhit_handler | ( | SF_CGdFigureJobs * | _this, |
| uint16_t | source_index, | ||
| uint16_t | target_index, | ||
| uint16_t | damage ) |
Definition at line 6 of file sf_onhit_handlers.cpp.


| uint16_t __thiscall warcry_onhit_handler | ( | SF_CGdFigureJobs * | _this, |
| uint16_t | source_index, | ||
| uint16_t | target_index, | ||
| uint16_t | damage ) |
Definition at line 190 of file sf_onhit_handlers.cpp.

