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

Method AnimCurSingle

src/SB/Game/zNPCTypeCommon.cpp:2751–2759  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2749}
2750
2751xAnimSingle* zNPCCommon::AnimCurSingle()
2752{
2753 if (!this->model->Anim && (this->SelfType() & 0xFFFFFF00) == 'NTT\0')
2754 {
2755 return NULL;
2756 }
2757
2758 return this->model->Anim->Single;
2759}
2760
2761xAnimState* zNPCCommon::AnimCurState()
2762{

Callers 2

ModifyAnimSpeedMethod · 0.80
PlayWithAnimSpdMethod · 0.80

Calls 1

SelfTypeMethod · 0.80

Tested by

no test coverage detected