MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / zParamGetInt

Function zParamGetInt

src/SB/Game/zEnt.cpp:767–770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

765}
766
767S32 zParamGetInt(xModelAssetParam* param, U32 size, const char* tok, S32 def)
768{
769 return zParamGetInt(param, size, (char*)tok, def);
770}
771
772S32 zParamGetInt(xModelAssetParam* param, U32 size, char* tok, S32 def)
773{

Callers 2

GetParmMethod · 0.85
ParseINIMethod · 0.85

Calls 2

zParamGetStringFunction · 0.85
atoiFunction · 0.85

Tested by

no test coverage detected