| 2782 | } |
| 2783 | |
| 2784 | F32 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 | |
| 2793 | F32 zNPCCommon::AnimTimeRemain(xAnimState* ast) |
| 2794 | { |
no outgoing calls
no test coverage detected