Spellforce-Spell-framework
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"
5
7bool __thiscall onWoodcutterFinishJob(SF_CGdFigureJobs *_this, uint16_t figure_id);
8bool __thiscall onMinerFinishJob(SF_CGdFigureJobs *_this, uint16_t figure_id);
9bool __thiscall onStoneMinerFinishJob(SF_CGdFigureJobs *_this, uint16_t figure_id);
10void __thiscall onCarpenterFinishJob(SF_CGdFigureJobs *_this, uint16_t figure_id);
bool __thiscall onWoodcutterFinishJob(SF_CGdFigureJobs *_this, uint16_t figure_id)
bool __thiscall onMinerFinishJob(SF_CGdFigureJobs *_this, uint16_t figure_id)
void __thiscall onCarpenterFinishJob(SF_CGdFigureJobs *_this, uint16_t figure_id)
void initialize_worker_logic_data_hooks()
bool __thiscall onStoneMinerFinishJob(SF_CGdFigureJobs *_this, uint16_t figure_id)