Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
530
static int StringToInt(FString *self, int base)
531
{
532
return (int)self->ToLong(base);
533
}
534
535
DEFINE_ACTION_FUNCTION_NATIVE(FStringStruct, ToInt, StringToInt)
536
{
Callers
nothing calls this directly
Calls
1
ToLong
Method · 0.80
Tested by
no test coverage detected