Modding/Hooks

From sc2k-reverse
Revision as of 03:49, 6 April 2025 by Araxestroy (talk | contribs) (Created page with "{{Live draft}} {| class="wikitable sortable" |+ Uncategorized hooks |- ! {{tooltip|Name|The name of the hook.}} ! {{tooltip|Before?|If there's a _Before hook.}} ! {{tooltip|After?|If there's an _After hook.}} ! {{tooltip|Kuroko?|Whether or not this hook is exposed to Kuroko.}} ! {{tooltip|Added in|What version/build the hook was added in}} ! Signature |- | Hook_OnNewCity || {{Yes|}} || {{No|}} || {{NYI}} || 0.10-dev || <tt>void fn(void)</tt> |- | Hook_GameDoIdleUpkeep |...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
1224
1224
Release the terror of the year 2000!
This page or section is a "live draft". It may be brand new or nearing completion, or constantly being reworked. Its current state should be considered accurate to the best of the knowledge of the authors, but may change in the future.


Uncategorized hooks
Name Before? After? Kuroko? Added in Signature
Hook_OnNewCity NYI 0.10-dev void fn(void)
Hook_GameDoIdleUpkeep NYI 0.10-dev void fn(void* pThis)
Hook_SimulationProcessTickDaySwitch NYI 0.10-dev void fn(void)