Spellforce-Spell-framework
Toggle main menu visibility
Loading...
Searching...
No Matches
sf_worker_logic_hook.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
../../../api/sfsf.h
"
4
#include "
../../../asi/sf_asi.h
"
5
6
void
initialize_worker_logic_data_hooks
();
7
bool
__thiscall
onWoodcutterFinishJob
(
SF_CGdFigureJobs
*_this, uint16_t figure_id);
8
bool
__thiscall
onMinerFinishJob
(
SF_CGdFigureJobs
*_this, uint16_t figure_id);
9
bool
__thiscall
onStoneMinerFinishJob
(
SF_CGdFigureJobs
*_this, uint16_t figure_id);
10
void
__thiscall
onCarpenterFinishJob
(
SF_CGdFigureJobs
*_this, uint16_t figure_id);
sf_asi.h
onWoodcutterFinishJob
bool __thiscall onWoodcutterFinishJob(SF_CGdFigureJobs *_this, uint16_t figure_id)
Definition
sf_worker_logic_hook.c:114
onMinerFinishJob
bool __thiscall onMinerFinishJob(SF_CGdFigureJobs *_this, uint16_t figure_id)
Definition
sf_worker_logic_hook.c:188
onCarpenterFinishJob
void __thiscall onCarpenterFinishJob(SF_CGdFigureJobs *_this, uint16_t figure_id)
Definition
sf_worker_logic_hook.c:354
initialize_worker_logic_data_hooks
void initialize_worker_logic_data_hooks()
Definition
sf_worker_logic_hook.c:87
onStoneMinerFinishJob
bool __thiscall onStoneMinerFinishJob(SF_CGdFigureJobs *_this, uint16_t figure_id)
Definition
sf_worker_logic_hook.c:272
sfsf.h
SF_CGdFigureJobs
Definition
sf_figure_structures.h:155
src
internal
core
hooks
sf_worker_logic_hook.h
Generated by
1.17.0