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

Function xParCmdGetUpdateFunc

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

Source from the content-addressed store, hash-verified

75}
76
77xParCmdUpdateFunc xParCmdGetUpdateFunc(U32 parType)
78{
79 for (S32 i = 0; i < XPARCMD_TYPE_COUNT; i++)
80 {
81 if (sCmdInfo[i].type == parType)
82 {
83 return sCmdInfo[i].func;
84 }
85 }
86
87 return NULL;
88}
89
90void xParCmdKillSlow_Update(xParCmd* c, xParGroup* ps, F32 dt)
91{

Callers 2

xParGroupUpdateRFunction · 0.85
xParGroupUpdateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected