Function list
From sc2k-reverse
This is a table of function names. It is probably going to be unpleasant to update, but at least it looks nice and you can sort it.
When adding new functions to the table, please make sure you insert them into the appropriate order by thunk address (the function that just has a jmp ActualFunctionBody
instruction in it).
Thunk address | Function address | Return type | Calling convention | Function name | Arguments | Notes |
---|---|---|---|---|---|---|
0x4015E6 | 0x4731E0 | int | __cdecl | SimulationPrepareBudgetDialog | int a1 | arg a1 only referenced on line, seems to be more like "bool bUseParentWindow" |
0x401820 | 0x413520 | void | __cdecl | SimulationProcessTick | Advances the calendar one day and performs all appropriate daily/monthly/seasonal/annual tasks. | |
0x402D2E | 0x4734A0 | __int16 | __cdecl | SimulationCalculateBudgetUpdates |