Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ ParseFloatList
Function
ParseFloatList
src/SB/Game/zMain.cpp:116–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
iTimeDiffSec(tim);
115
iTimeGet();
116
}
117
118
static void ParseFloatList(F32* dest, char* strbuf, S32 max)
119
{
120
xStrParseFloatList(dest, strbuf, max);
121
}
122
Callers
1
zMainParseINIGlobals
Function · 0.85
Calls
1
xStrParseFloatList
Function · 0.50
Tested by
no test coverage detected