MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / xParCmdGetSize

Function xParCmdGetSize

src/SB/Core/x/xParCmd.cpp:64–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64U32 xParCmdGetSize(U32 parType)
65{
66 for (S32 i = 0; i < XPARCMD_TYPE_COUNT; i++)
67 {
68 if (sCmdInfo[i].type == parType)
69 {
70 return sCmdInfo[i].size;
71 }
72 }
73
74 return 0;
75}
76
77xParCmdUpdateFunc xParCmdGetUpdateFunc(U32 parType)
78{

Callers 1

xParSysInitFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected