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

Method AnimCurStateID

src/SB/Game/zNPCTypeCommon.cpp:2771–2782  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2769}
2770
2771U32 zNPCCommon::AnimCurStateID()
2772{
2773 xAnimState* state = AnimCurState();
2774 if (state != NULL)
2775 {
2776 return state->ID;
2777 }
2778 else
2779 {
2780 return 0;
2781 }
2782}
2783
2784F32 zNPCCommon::AnimDuration(xAnimState* ast)
2785{

Callers 5

CheckPlayerMethod · 0.80
NPCMessageMethod · 0.80
ProcessMethod · 0.80
ProcessMethod · 0.80
PreCalcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected