MCPcopy Create free account
hub / github.com/ZDoom/Raze / StringToInt

Function StringToInt

source/common/scripting/interface/stringformat.cpp:530–533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528
529
530static int StringToInt(FString *self, int base)
531{
532 return (int)self->ToLong(base);
533}
534
535DEFINE_ACTION_FUNCTION_NATIVE(FStringStruct, ToInt, StringToInt)
536{

Callers

nothing calls this directly

Calls 1

ToLongMethod · 0.80

Tested by

no test coverage detected