MCPcopy 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_ParseMenuDefsFunction · 0.80
AddTexturesForWadMethod · 0.80
AdjustSpriteOffsetsMethod · 0.80
V_InitCustomFontsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected