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

Function xGroupReset

src/SB/Core/x/xGroup.cpp:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void xGroupReset(xGroup* ent)
75{
76 xBaseReset((xBase*)ent, (xBaseAsset*)ent->asset);
77 ent->last_index = 0;
78}
79
80S32 xGroupEventCB(xBase* to, xBase* from, U32 toEvent, const F32* toParam,
81 xBase* toParamWidget)

Callers 1

xGroupEventCBFunction · 0.85

Calls 1

xBaseResetFunction · 0.85

Tested by

no test coverage detected