MCPcopy 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
598void zVarInit(zVarEntry* table)
599{
600 for (S32 i = 0; i < 18; ++i)
601 {
602 table[i].varNameID = xStrHash(table[i].varName);
603 }
604}
605
606void zVarNewGame()
607{

Callers 1

zConditionalInitFunction · 0.70

Calls 1

xStrHashFunction · 0.50

Tested by

no test coverage detected