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

Method AnimFindState

src/SB/Game/zNPCTypeCommon.cpp:2745–2749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2743}
2744
2745xAnimState* zNPCCommon::AnimFindState(U32 animID)
2746{
2747 xAnimTable* r3 = this->AnimGetTable();
2748 return xAnimTableGetStateID(r3, animID);
2749}
2750
2751xAnimSingle* zNPCCommon::AnimCurSingle()
2752{

Callers 3

MolestLoopAnimMethod · 0.80
UnmolestAnimMethod · 0.80
ASTUnmolestAnimMethod · 0.80

Calls 2

AnimGetTableMethod · 0.95
xAnimTableGetStateIDFunction · 0.50

Tested by

no test coverage detected