MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / strToUInt

Function strToUInt

TheForceEngine/TFE_DarkForces/util.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55
56 u32 strToUInt(const char* param)
57 {
58 return (u32)strToInt(param);
59 }
60} // TFE_DarkForces

Callers 1

updateLogic_setupFuncFunction · 0.70

Calls 1

strToIntFunction · 0.70

Tested by

no test coverage detected