|
typedef SF_String *(__thiscall * | SF_String_ctor_ptr) (SF_String *, const char *) |
|
typedef void(__thiscall * | SF_String_dtor_ptr) (SF_String *) |
|
typedef bool(__thiscall * | has_spell_effect_ptr) (SF_CGdFigureToolbox *_this, uint16_t param_1, uint16_t param_2) |
|
typedef void(__thiscall * | vfunction_2_ptr) (void *_this, void *input) |
|
typedef void(__thiscall * | vfunction_ptr) (void *_this, char p1) |
|
typedef void(__thiscall * | vfunction12_ptr) (void *container, void *test, char p1) |
|
typedef void(__thiscall * | attach_string_ptr) (void *container, void *string) |
|
typedef void(__thiscall * | set_button_flag_ptr) (void *container, char flag) |
|
typedef void(__thiscall * | set_btn_index_ptr) (void *container, int index) |
|
typedef void(__thiscall * | create_button_ptr) (CMnuSmpButton *smpButton, float x_pos, float y_pos, float width, float height, SF_String *default_mesh, SF_String *unkn_mesh_string, SF_String *pressed_mesh, SF_String *disable_mesh) |
|
typedef void(__thiscall * | set_label_color_ptr) (CMnuLabel *_this, float r, float g, float b, char flag) |
|
typedef void(__thiscall * | set_btn_name_ptr) (void *button, SF_String *string) |
|
typedef CMnuSmpButton *(__thiscall * | initialize_smp_button_ptr) (CMnuSmpButton *btn) |
|
typedef void(__thiscall * | vfunction2_callback_attach_ptr) (void *, void *, void *, void *) |
|
typedef void(__thiscall * | initialize_menu_container_ptr) (CMnuContainer *_this) |
|
typedef void(__thiscall * | setup_menu_container_data_ptr) (CMnuContainer *_this, float x, float y, float width, float height, SF_String *background, SF_String *border) |
|
typedef void(__thiscall * | container_alpha_ptr) (CMnuContainer *_this, float alpha) |
|
typedef void(__thiscall * | CMnuBase_setname_ptr) (CMnuBase *_this, SF_String *name) |
|
|
void | log_message (const char *filename, const char *message) |
|
void | initialize_wrapper_data_hooks () |
|
bool __thiscall | hasAuraActive (SF_CGdFigureToolbox *_this, uint16_t figure_id) |
|
bool __thiscall | isActionMelee (SF_SGtFigureAction *_this) |
|
bool __thiscall | hasSpellTag (uint16_t spell_id, SpellTag tag) |
|
void __thiscall | setupFigureIterator (CGdFigureIterator *iterator, SF_CGdSpell *spell) |
|
void __thiscall | disposeFigureIterator (CGdFigureIterator *iterator) |
|
void __thiscall | spellEffectCallback (SF_CGdSpell *_this, uint16_t source_index, uint16_t spell_index, bool(*condition)(SF_CGdSpell *_this, uint16_t spell_index, uint16_t walked_index), void(*callback)(SF_CGdSpell *_this, uint16_t source_index, uint16_t walked_index, uint16_t spell_index)) |
|
void __thiscall | addBonusMultToStatistic (SF_CGdFigure *figure, StatisticDataKey key, uint16_t target, int8_t value) |
|
void __thiscall | spellClearFigureFlag (SF_CGdSpell *spell, uint16_t spell_index, SpellFlagKey key) |
|
uint16_t __thiscall | sf_get_spell_id (SF_CGdSpell *_this, uint16_t spell_index) |
|
uint32_t | getDistance (SF_Coord *pointA, SF_Coord *pointB) |
|
SFLog * | setup_logger () |
|
void | log_warning (const char *message) |
|
void | log_info (const char *message) |
|
void | log_error (const char *message) |
|