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

Go to the source code of this file.

Functions

SF_String *__thiscall portrait_overlay_hook (AutoClass101 *_this, SF_String *param_1, uint16_t figure_id, uint32_t param3, uint32_t param4, uint32_t param5)
SF_String *__thiscall getSpecialFigureName (SF_CGdFigureToolbox *_this, SF_String *in_string, uint16_t figure_id)
uint16_t __thiscall get_figure_statistic_max_mp (SF_CGdFigure *_this, uint16_t figure_id)
uint16_t __thiscall get_figure_statistic_max_sta (SF_CGdFigure *_this, uint16_t figure_id)
uint16_t __thiscall get_figure_statistic_max_hp (SF_CGdFigure *_this, uint16_t figure_id)
uint16_t __thiscall get_figure_statistic_current_ac (SF_CGdFigure *_this, uint16_t figure_id)
uint16_t __thiscall get_figure_statistic_current_agi (SF_CGdFigure *_this, uint16_t figure_id)
uint16_t __thiscall get_figure_statistic_current_cha (SF_CGdFigure *_this, uint16_t figure_id)
uint16_t __thiscall get_figure_statistic_current_dex (SF_CGdFigure *_this, uint16_t figure_id)
uint16_t __thiscall get_figure_statistic_current_hp (SF_CGdFigure *_this, uint16_t figure_id)
uint16_t __thiscall get_figure_statistic_current_int (SF_CGdFigure *_this, uint16_t figure_id)
uint16_t __thiscall get_figure_statistic_current_mp (SF_CGdFigure *_this, uint16_t figure_id)
uint16_t __thiscall get_figure_statistic_current_sta (SF_CGdFigure *_this, uint16_t figure_id)
uint16_t __thiscall get_figure_statistic_current_str (SF_CGdFigure *_this, uint16_t figure_id)
uint16_t __thiscall get_figure_statistic_current_wis (SF_CGdFigure *_this, uint16_t figure_id)
uint16_t __thiscall get_figure_statistic_current_fire_res (SF_CGdFigure *_this, uint16_t figure_id)
uint16_t __thiscall get_figure_statistic_current_ice_res (SF_CGdFigure *_this, uint16_t figure_id)
uint16_t __thiscall get_figure_statistic_current_mental_res (SF_CGdFigure *_this, uint16_t figure_id)
uint16_t __thiscall get_figure_statistic_current_black_res (SF_CGdFigure *_this, uint16_t figure_id)
uint16_t __thiscall get_figure_statistic_current_walk_spd (SF_CGdFigure *_this, uint16_t figure_id)
uint16_t __thiscall get_figure_statistic_current_fight_spd (SF_CGdFigure *_this, uint16_t figure_id)
uint16_t __thiscall get_figure_statistic_current_cast_spd (SF_CGdFigure *_this, uint16_t figure_id)
void initialize_vanilla_fix_hooks ()

Function Documentation

◆ get_figure_statistic_current_ac()

uint16_t __thiscall get_figure_statistic_current_ac ( SF_CGdFigure * _this,
uint16_t figure_id )

Definition at line 163 of file sf_vanilla_fix_hook.c.

Here is the caller graph for this function:

◆ get_figure_statistic_current_agi()

uint16_t __thiscall get_figure_statistic_current_agi ( SF_CGdFigure * _this,
uint16_t figure_id )

Definition at line 179 of file sf_vanilla_fix_hook.c.

Here is the caller graph for this function:

◆ get_figure_statistic_current_black_res()

uint16_t __thiscall get_figure_statistic_current_black_res ( SF_CGdFigure * _this,
uint16_t figure_id )

Definition at line 374 of file sf_vanilla_fix_hook.c.

Here is the caller graph for this function:

◆ get_figure_statistic_current_cast_spd()

uint16_t __thiscall get_figure_statistic_current_cast_spd ( SF_CGdFigure * _this,
uint16_t figure_id )

Definition at line 422 of file sf_vanilla_fix_hook.c.

Here is the caller graph for this function:

◆ get_figure_statistic_current_cha()

uint16_t __thiscall get_figure_statistic_current_cha ( SF_CGdFigure * _this,
uint16_t figure_id )

Definition at line 195 of file sf_vanilla_fix_hook.c.

Here is the caller graph for this function:

◆ get_figure_statistic_current_dex()

uint16_t __thiscall get_figure_statistic_current_dex ( SF_CGdFigure * _this,
uint16_t figure_id )

Definition at line 211 of file sf_vanilla_fix_hook.c.

Here is the caller graph for this function:

◆ get_figure_statistic_current_fight_spd()

uint16_t __thiscall get_figure_statistic_current_fight_spd ( SF_CGdFigure * _this,
uint16_t figure_id )

Definition at line 406 of file sf_vanilla_fix_hook.c.

Here is the caller graph for this function:

◆ get_figure_statistic_current_fire_res()

uint16_t __thiscall get_figure_statistic_current_fire_res ( SF_CGdFigure * _this,
uint16_t figure_id )

Definition at line 326 of file sf_vanilla_fix_hook.c.

Here is the caller graph for this function:

◆ get_figure_statistic_current_hp()

uint16_t __thiscall get_figure_statistic_current_hp ( SF_CGdFigure * _this,
uint16_t figure_id )

Definition at line 227 of file sf_vanilla_fix_hook.c.

Here is the caller graph for this function:

◆ get_figure_statistic_current_ice_res()

uint16_t __thiscall get_figure_statistic_current_ice_res ( SF_CGdFigure * _this,
uint16_t figure_id )

Definition at line 342 of file sf_vanilla_fix_hook.c.

Here is the caller graph for this function:

◆ get_figure_statistic_current_int()

uint16_t __thiscall get_figure_statistic_current_int ( SF_CGdFigure * _this,
uint16_t figure_id )

Definition at line 244 of file sf_vanilla_fix_hook.c.

Here is the caller graph for this function:

◆ get_figure_statistic_current_mental_res()

uint16_t __thiscall get_figure_statistic_current_mental_res ( SF_CGdFigure * _this,
uint16_t figure_id )

Definition at line 358 of file sf_vanilla_fix_hook.c.

Here is the caller graph for this function:

◆ get_figure_statistic_current_mp()

uint16_t __thiscall get_figure_statistic_current_mp ( SF_CGdFigure * _this,
uint16_t figure_id )

Definition at line 260 of file sf_vanilla_fix_hook.c.

Here is the caller graph for this function:

◆ get_figure_statistic_current_sta()

uint16_t __thiscall get_figure_statistic_current_sta ( SF_CGdFigure * _this,
uint16_t figure_id )

Definition at line 277 of file sf_vanilla_fix_hook.c.

Here is the caller graph for this function:

◆ get_figure_statistic_current_str()

uint16_t __thiscall get_figure_statistic_current_str ( SF_CGdFigure * _this,
uint16_t figure_id )

Definition at line 294 of file sf_vanilla_fix_hook.c.

Here is the caller graph for this function:

◆ get_figure_statistic_current_walk_spd()

uint16_t __thiscall get_figure_statistic_current_walk_spd ( SF_CGdFigure * _this,
uint16_t figure_id )

Definition at line 390 of file sf_vanilla_fix_hook.c.

Here is the caller graph for this function:

◆ get_figure_statistic_current_wis()

uint16_t __thiscall get_figure_statistic_current_wis ( SF_CGdFigure * _this,
uint16_t figure_id )

Definition at line 310 of file sf_vanilla_fix_hook.c.

Here is the caller graph for this function:

◆ get_figure_statistic_max_hp()

uint16_t __thiscall get_figure_statistic_max_hp ( SF_CGdFigure * _this,
uint16_t figure_id )

Definition at line 115 of file sf_vanilla_fix_hook.c.

Here is the caller graph for this function:

◆ get_figure_statistic_max_mp()

uint16_t __thiscall get_figure_statistic_max_mp ( SF_CGdFigure * _this,
uint16_t figure_id )

Definition at line 131 of file sf_vanilla_fix_hook.c.

Here is the caller graph for this function:

◆ get_figure_statistic_max_sta()

uint16_t __thiscall get_figure_statistic_max_sta ( SF_CGdFigure * _this,
uint16_t figure_id )

Definition at line 147 of file sf_vanilla_fix_hook.c.

Here is the caller graph for this function:

◆ getSpecialFigureName()

SF_String *__thiscall getSpecialFigureName ( SF_CGdFigureToolbox * _this,
SF_String * in_string,
uint16_t figure_id )

Definition at line 1366 of file sf_vanilla_fix_hook.c.

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

◆ initialize_vanilla_fix_hooks()

void initialize_vanilla_fix_hooks ( )

Definition at line 1676 of file sf_vanilla_fix_hook.c.

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

◆ portrait_overlay_hook()

SF_String *__thiscall portrait_overlay_hook ( AutoClass101 * _this,
SF_String * param_1,
uint16_t figure_id,
uint32_t param3,
uint32_t param4,
uint32_t param5 )

Definition at line 1015 of file sf_vanilla_fix_hook.c.

Here is the call graph for this function: