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

Function xAnimTableGetState

src/SB/Core/x/xAnim.cpp:1164–1167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1162}
1163
1164xAnimState* xAnimTableGetState(xAnimTable* table, const char* name)
1165{
1166 return xAnimTableGetStateID(table, xStrHash(name));
1167}
1168
1169static void EffectActiveInsert(xAnimSingle* single, xAnimActiveEffect* active)
1170{

Callers 7

PatrickGrabCBFunction · 0.85
load_anim_listFunction · 0.85
zEntInitFunction · 0.85
zEntResetFunction · 0.85
zEntAnimEventFunction · 0.85
_xAnimTableAddTransitionFunction · 0.85
xAnimTableNewTransitionFunction · 0.85

Calls 2

xAnimTableGetStateIDFunction · 0.70
xStrHashFunction · 0.70

Tested by

no test coverage detected