Spellforce-Spell-framework
Loading...
Searching...
No Matches
sf_spellrefresh_handlers.h File Reference
Include dependency graph for sf_spellrefresh_handlers.h:
This graph shows which files directly or indirectly include this file:

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 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 pestilence_refresh_handler (SF_CGdSpell *_this, uint16_t spell_index)

Function Documentation

◆ black_almightness_refresh_handler()

int __thiscall black_almightness_refresh_handler ( SF_CGdSpell * _this,
uint16_t spell_index )

Definition at line 657 of file sf_spellrefresh_handlers.cpp.

Here is the caller graph for this function:

◆ brilliance_refresh_handler()

int __thiscall brilliance_refresh_handler ( SF_CGdSpell * _this,
uint16_t spell_index )

Definition at line 249 of file sf_spellrefresh_handlers.cpp.

Here is the caller graph for this function:

◆ case_da_refresh_handler()

int __thiscall case_da_refresh_handler ( SF_CGdSpell * _this,
uint16_t spell_index )

Definition at line 1097 of file sf_spellrefresh_handlers.cpp.

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

◆ charisma_refresh_handler()

int __thiscall charisma_refresh_handler ( SF_CGdSpell * _this,
uint16_t spell_index )

Definition at line 481 of file sf_spellrefresh_handlers.cpp.

Here is the caller graph for this function:

◆ chill_resistance_refresh_handler()

int __thiscall chill_resistance_refresh_handler ( SF_CGdSpell * _this,
uint16_t spell_index )

Definition at line 588 of file sf_spellrefresh_handlers.cpp.

Here is the caller graph for this function:

◆ decay_refresh_handler()

int __thiscall decay_refresh_handler ( SF_CGdSpell * _this,
uint16_t spell_index )

Definition at line 54 of file sf_spellrefresh_handlers.cpp.

Here is the caller graph for this function:

◆ dexterity_refresh_handler()

int __thiscall dexterity_refresh_handler ( SF_CGdSpell * _this,
uint16_t spell_index )

Definition at line 393 of file sf_spellrefresh_handlers.cpp.

Here is the caller graph for this function:

◆ domination_spell_refresh_handler()

int __thiscall domination_spell_refresh_handler ( SF_CGdSpell * _this,
uint16_t spell_index )

Definition at line 1051 of file sf_spellrefresh_handlers.cpp.

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

◆ endurance_durability_refresh_handler()

int __thiscall endurance_durability_refresh_handler ( SF_CGdSpell * _this,
uint16_t spell_index )

Definition at line 974 of file sf_spellrefresh_handlers.cpp.

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

◆ endurance_refresh_handler()

int __thiscall endurance_refresh_handler ( SF_CGdSpell * _this,
uint16_t spell_index )

Definition at line 423 of file sf_spellrefresh_handlers.cpp.

Here is the caller graph for this function:

◆ enlightenment_refresh_handler()

int __thiscall enlightenment_refresh_handler ( SF_CGdSpell * _this,
uint16_t spell_index )

Definition at line 510 of file sf_spellrefresh_handlers.cpp.

Here is the caller graph for this function:

◆ eternity_refresh_handler()

int __thiscall eternity_refresh_handler ( SF_CGdSpell * _this,
uint16_t spell_index )

Definition at line 841 of file sf_spellrefresh_handlers.cpp.

Here is the caller graph for this function:

◆ fast_fighting_refresh_handler()

int __thiscall fast_fighting_refresh_handler ( SF_CGdSpell * _this,
uint16_t spell_index )

Definition at line 458 of file sf_spellrefresh_handlers.cpp.

Here is the caller graph for this function:

◆ first_block_refresh_handler()

int __thiscall first_block_refresh_handler ( SF_CGdSpell * _this,
uint16_t spell_index )

Definition at line 9 of file sf_spellrefresh_handlers.cpp.

Here is the caller graph for this function:

◆ flexibility_refresh_handler()

int __thiscall flexibility_refresh_handler ( SF_CGdSpell * _this,
uint16_t spell_index )

Definition at line 186 of file sf_spellrefresh_handlers.cpp.

Here is the caller graph for this function:

◆ inablility_refresh_handler()

int __thiscall inablility_refresh_handler ( SF_CGdSpell * _this,
uint16_t spell_index )

Definition at line 327 of file sf_spellrefresh_handlers.cpp.

Here is the caller graph for this function:

◆ inflexibility_refresh_handler()

int __thiscall inflexibility_refresh_handler ( SF_CGdSpell * _this,
uint16_t spell_index )

Definition at line 87 of file sf_spellrefresh_handlers.cpp.

Here is the caller graph for this function:

◆ melt_resistance_refresh_handler()

int __thiscall melt_resistance_refresh_handler ( SF_CGdSpell * _this,
uint16_t spell_index )

Definition at line 554 of file sf_spellrefresh_handlers.cpp.

Here is the caller graph for this function:

◆ mutation_refresh_handler()

int __thiscall mutation_refresh_handler ( SF_CGdSpell * _this,
uint16_t spell_index )

Definition at line 692 of file sf_spellrefresh_handlers.cpp.

Here is the caller graph for this function:

◆ patronize_shelter_refresh_handler()

int __thiscall patronize_shelter_refresh_handler ( SF_CGdSpell * _this,
uint16_t spell_index )

Definition at line 929 of file sf_spellrefresh_handlers.cpp.

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

◆ pestilence_refresh_handler()

int __thiscall pestilence_refresh_handler ( SF_CGdSpell * _this,
uint16_t spell_index )

Definition at line 1020 of file sf_spellrefresh_handlers.cpp.

Here is the caller graph for this function:

◆ quickness_refresh_handler()

int __thiscall quickness_refresh_handler ( SF_CGdSpell * _this,
uint16_t spell_index )

Definition at line 154 of file sf_spellrefresh_handlers.cpp.

Here is the caller graph for this function:

◆ slow_fighting_refresh_handler()

int __thiscall slow_fighting_refresh_handler ( SF_CGdSpell * _this,
uint16_t spell_index )

Definition at line 360 of file sf_spellrefresh_handlers.cpp.

Here is the caller graph for this function:

◆ slowness_refresh_handler()

int __thiscall slowness_refresh_handler ( SF_CGdSpell * _this,
uint16_t spell_index )

Definition at line 28 of file sf_spellrefresh_handlers.cpp.

Here is the caller graph for this function:

◆ strength_refresh_handler()

int __thiscall strength_refresh_handler ( SF_CGdSpell * _this,
uint16_t spell_index )

Definition at line 218 of file sf_spellrefresh_handlers.cpp.

Here is the caller graph for this function:

◆ suffocation_refresh_handler()

int __thiscall suffocation_refresh_handler ( SF_CGdSpell * _this,
uint16_t spell_index )

Definition at line 288 of file sf_spellrefresh_handlers.cpp.

Here is the caller graph for this function:

◆ warcry_berserk_refresh_handler()

int __thiscall warcry_berserk_refresh_handler ( SF_CGdSpell * _this,
uint16_t spell_index )

Definition at line 883 of file sf_spellrefresh_handlers.cpp.

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

◆ weaken_refresh_handler()

int __thiscall weaken_refresh_handler ( SF_CGdSpell * _this,
uint16_t spell_index )

Definition at line 121 of file sf_spellrefresh_handlers.cpp.

Here is the caller graph for this function:

◆ white_almightness_refresh_handler()

int __thiscall white_almightness_refresh_handler ( SF_CGdSpell * _this,
uint16_t spell_index )

Definition at line 622 of file sf_spellrefresh_handlers.cpp.

Here is the caller graph for this function: