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

Method AnimDuration

src/SB/Game/zNPCTypeCommon.cpp:2784–2791  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2782}
2783
2784F32 zNPCCommon::AnimDuration(xAnimState* ast)
2785{
2786 if (ast == 0)
2787 {
2788 ast = AnimCurState();
2789 }
2790 return (ast == 0) ? 0.0f : ast->Data->Duration;
2791}
2792
2793F32 zNPCCommon::AnimTimeRemain(xAnimState* ast)
2794{

Callers 5

ProcessMethod · 0.80
SyncCattleProdMethod · 0.80
ProcessMethod · 0.80
MoveSwooshMethod · 0.80
PlayWithAnimSpdMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected