Spellforce-Spell-framework
|
#include "../core/sf_hooks.h"
#include "../core/sf_wrappers.h"
#include "../registry/sf_mod_registry.h"
#include "sf_spellrefresh_handlers.h"
Go to the source code of this file.
Functions | |
int __thiscall | first_block_refresh_handler (SF_CGdSpell *_this, uint16_t spell_index) |
int __thiscall | slowness_refresh_handler (SF_CGdSpell *_this, uint16_t spell_index) |
int __thiscall | decay_refresh_handler (SF_CGdSpell *_this, uint16_t spell_index) |
int __thiscall | inflexibility_refresh_handler (SF_CGdSpell *_this, uint16_t spell_index) |
int __thiscall | weaken_refresh_handler (SF_CGdSpell *_this, uint16_t spell_index) |
int __thiscall | quickness_refresh_handler (SF_CGdSpell *_this, uint16_t spell_index) |
int __thiscall | flexibility_refresh_handler (SF_CGdSpell *_this, uint16_t spell_index) |
int __thiscall | strength_refresh_handler (SF_CGdSpell *_this, uint16_t spell_index) |
int __thiscall | brilliance_refresh_handler (SF_CGdSpell *_this, uint16_t spell_index) |
int __thiscall | suffocation_refresh_handler (SF_CGdSpell *_this, uint16_t spell_index) |
int __thiscall | inablility_refresh_handler (SF_CGdSpell *_this, uint16_t spell_index) |
int __thiscall | slow_fighting_refresh_handler (SF_CGdSpell *_this, uint16_t spell_index) |
int __thiscall | dexterity_refresh_handler (SF_CGdSpell *_this, uint16_t spell_index) |
int __thiscall | endurance_refresh_handler (SF_CGdSpell *_this, uint16_t spell_index) |
int __thiscall | fast_fighting_refresh_handler (SF_CGdSpell *_this, uint16_t spell_index) |
int __thiscall | charisma_refresh_handler (SF_CGdSpell *_this, uint16_t spell_index) |
int __thiscall | enlightenment_refresh_handler (SF_CGdSpell *_this, uint16_t spell_index) |
int __thiscall | melt_resistance_refresh_handler (SF_CGdSpell *_this, uint16_t spell_index) |
int __thiscall | chill_resistance_refresh_handler (SF_CGdSpell *_this, uint16_t spell_index) |
int __thiscall | white_almightness_refresh_handler (SF_CGdSpell *_this, uint16_t spell_index) |
int __thiscall | black_almightness_refresh_handler (SF_CGdSpell *_this, uint16_t spell_index) |
int __thiscall | mutation_refresh_handler (SF_CGdSpell *_this, uint16_t spell_index) |
int __thiscall | eternity_refresh_handler (SF_CGdSpell *_this, uint16_t spell_index) |
int __thiscall | warcry_berserk_refresh_handler (SF_CGdSpell *_this, uint16_t spell_index) |
int __thiscall | patronize_shelter_refresh_handler (SF_CGdSpell *_this, uint16_t spell_index) |
int __thiscall | endurance_durability_refresh_handler (SF_CGdSpell *_this, uint16_t spell_index) |
int __thiscall | pestilence_refresh_handler (SF_CGdSpell *_this, uint16_t spell_index) |
int __thiscall | domination_spell_refresh_handler (SF_CGdSpell *_this, uint16_t spell_index) |
int __thiscall | case_da_refresh_handler (SF_CGdSpell *_this, uint16_t spell_index) |
int __thiscall black_almightness_refresh_handler | ( | SF_CGdSpell * | _this, |
uint16_t | spell_index ) |
Definition at line 694 of file sf_spellrefresh_handlers.cpp.
int __thiscall brilliance_refresh_handler | ( | SF_CGdSpell * | _this, |
uint16_t | spell_index ) |
Definition at line 267 of file sf_spellrefresh_handlers.cpp.
int __thiscall case_da_refresh_handler | ( | SF_CGdSpell * | _this, |
uint16_t | spell_index ) |
Definition at line 1146 of file sf_spellrefresh_handlers.cpp.
int __thiscall charisma_refresh_handler | ( | SF_CGdSpell * | _this, |
uint16_t | spell_index ) |
Definition at line 514 of file sf_spellrefresh_handlers.cpp.
int __thiscall chill_resistance_refresh_handler | ( | SF_CGdSpell * | _this, |
uint16_t | spell_index ) |
Definition at line 625 of file sf_spellrefresh_handlers.cpp.
int __thiscall decay_refresh_handler | ( | SF_CGdSpell * | _this, |
uint16_t | spell_index ) |
Definition at line 72 of file sf_spellrefresh_handlers.cpp.
int __thiscall dexterity_refresh_handler | ( | SF_CGdSpell * | _this, |
uint16_t | spell_index ) |
Definition at line 414 of file sf_spellrefresh_handlers.cpp.
int __thiscall domination_spell_refresh_handler | ( | SF_CGdSpell * | _this, |
uint16_t | spell_index ) |
Definition at line 1098 of file sf_spellrefresh_handlers.cpp.
int __thiscall endurance_durability_refresh_handler | ( | SF_CGdSpell * | _this, |
uint16_t | spell_index ) |
Definition at line 1017 of file sf_spellrefresh_handlers.cpp.
int __thiscall endurance_refresh_handler | ( | SF_CGdSpell * | _this, |
uint16_t | spell_index ) |
Definition at line 444 of file sf_spellrefresh_handlers.cpp.
int __thiscall enlightenment_refresh_handler | ( | SF_CGdSpell * | _this, |
uint16_t | spell_index ) |
Definition at line 547 of file sf_spellrefresh_handlers.cpp.
int __thiscall eternity_refresh_handler | ( | SF_CGdSpell * | _this, |
uint16_t | spell_index ) |
Definition at line 878 of file sf_spellrefresh_handlers.cpp.
int __thiscall fast_fighting_refresh_handler | ( | SF_CGdSpell * | _this, |
uint16_t | spell_index ) |
Definition at line 481 of file sf_spellrefresh_handlers.cpp.
int __thiscall first_block_refresh_handler | ( | SF_CGdSpell * | _this, |
uint16_t | spell_index ) |
Definition at line 9 of file sf_spellrefresh_handlers.cpp.
int __thiscall flexibility_refresh_handler | ( | SF_CGdSpell * | _this, |
uint16_t | spell_index ) |
Definition at line 204 of file sf_spellrefresh_handlers.cpp.
int __thiscall inablility_refresh_handler | ( | SF_CGdSpell * | _this, |
uint16_t | spell_index ) |
Definition at line 348 of file sf_spellrefresh_handlers.cpp.
int __thiscall inflexibility_refresh_handler | ( | SF_CGdSpell * | _this, |
uint16_t | spell_index ) |
Definition at line 105 of file sf_spellrefresh_handlers.cpp.
int __thiscall melt_resistance_refresh_handler | ( | SF_CGdSpell * | _this, |
uint16_t | spell_index ) |
Definition at line 591 of file sf_spellrefresh_handlers.cpp.
int __thiscall mutation_refresh_handler | ( | SF_CGdSpell * | _this, |
uint16_t | spell_index ) |
Definition at line 729 of file sf_spellrefresh_handlers.cpp.
int __thiscall patronize_shelter_refresh_handler | ( | SF_CGdSpell * | _this, |
uint16_t | spell_index ) |
Definition at line 969 of file sf_spellrefresh_handlers.cpp.
int __thiscall pestilence_refresh_handler | ( | SF_CGdSpell * | _this, |
uint16_t | spell_index ) |
Definition at line 1066 of file sf_spellrefresh_handlers.cpp.
int __thiscall quickness_refresh_handler | ( | SF_CGdSpell * | _this, |
uint16_t | spell_index ) |
Definition at line 172 of file sf_spellrefresh_handlers.cpp.
int __thiscall slow_fighting_refresh_handler | ( | SF_CGdSpell * | _this, |
uint16_t | spell_index ) |
Definition at line 381 of file sf_spellrefresh_handlers.cpp.
int __thiscall slowness_refresh_handler | ( | SF_CGdSpell * | _this, |
uint16_t | spell_index ) |
Definition at line 37 of file sf_spellrefresh_handlers.cpp.
int __thiscall strength_refresh_handler | ( | SF_CGdSpell * | _this, |
uint16_t | spell_index ) |
Definition at line 236 of file sf_spellrefresh_handlers.cpp.
int __thiscall suffocation_refresh_handler | ( | SF_CGdSpell * | _this, |
uint16_t | spell_index ) |
Definition at line 307 of file sf_spellrefresh_handlers.cpp.
int __thiscall warcry_berserk_refresh_handler | ( | SF_CGdSpell * | _this, |
uint16_t | spell_index ) |
Definition at line 920 of file sf_spellrefresh_handlers.cpp.
int __thiscall weaken_refresh_handler | ( | SF_CGdSpell * | _this, |
uint16_t | spell_index ) |
Definition at line 139 of file sf_spellrefresh_handlers.cpp.
int __thiscall white_almightness_refresh_handler | ( | SF_CGdSpell * | _this, |
uint16_t | spell_index ) |
Definition at line 659 of file sf_spellrefresh_handlers.cpp.