Main public logs
From sc2k-reverse
Jump to navigationJump to search
Combined display of all available logs of sc2k-reverse. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:51, 31 May 2025 AF talk contribs created page Program Enums (Created page with "This page will list various enums that are either contained within the current fix library or will assist during the RE process (upon the sections in question being encountered). == OnIdle / GameDoIdleUpkeep == Main: <pre> enum { ONIDLE_STATE_INGAME = -1, ONIDLE_STATE_NONE, ONIDLE_STATE_DISPLAYMAXIS, ONIDLE_STATE_WAITMAXIS, ONIDLE_STATE_DISPLAYTITLE, ONIDLE_STATE_DIALOGFINISH, ONIDLE_STATE_DISPLAYREGISTRATION, ONIDLE_STATE_CLOSEREGISTRATION, ONIDLE_STATE_MAINM...")