Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ zVarInit
Function
zVarInit
src/SB/Game/zVar.cpp:598–604 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
596
}
597
598
void zVarInit(zVarEntry* table)
599
{
600
for (S32 i = 0; i < 18; ++i)
601
{
602
table[i].varNameID = xStrHash(table[i].varName);
603
}
604
}
605
606
void zVarNewGame()
607
{
Callers
1
zConditionalInit
Function · 0.70
Calls
1
xStrHash
Function · 0.50
Tested by
no test coverage detected