All public logs
Combined display of all available logs of COD Engine Research. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 00:40, 11 July 2026 Jakes625 talk contribs created page Zone (MW2) (Created page with "placeholder... <syntaxhighlight lang="C"> enum { XFILE_BLOCK_TEMP = 0, XFILE_BLOCK_PHYSICAL = 1, XFILE_BLOCK_RUNTIME = 2, XFILE_BLOCK_VIRTUAL = 3, XFILE_BLOCK_LARGE = 4, XFILE_BLOCK_CALLBACK = 5, #if defined(PC) || defined(PS3) XFILE_BLOCK_VERTEX = 6, #ifdef PC XFILE_BLOCK_INDEX = 7, #endif #endif MAX_XFILE_COUNT }; struct XFile { int size; int externalSize; int blockSize[MAX_XFILE_COUNT]; }; </syntaxhighlight>")