Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ GetIwadNum
Method
GetIwadNum
source/common/filesystem/include/fs_filesystem.h:38–38 ·
view source on GitHub ↗
The wadnum for the IWAD
Source
from the content-addressed store, hash-verified
36
37
// The wadnum for the IWAD
38
int GetIwadNum() { return IwadIndex; }
39
void SetIwadNum(int x) { IwadIndex = x; }
40
41
int GetMaxIwadNum() { return MaxIwadIndex; }
Callers
4
M_ParseMenuDefs
Function · 0.80
AddTexturesForWad
Method · 0.80
AdjustSpriteOffsets
Method · 0.80
V_InitCustomFonts
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected