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

Method GetVertPos

src/SB/Game/zNPCTypeCommon.cpp:1808–1817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1806}
1807
1808S32 zNPCCommon::GetVertPos(en_mdlvert vid, xVec3* pos)
1809{
1810 NPCConfig* cfg = cfg_npc;
1811 if (!(cfg->flg_vert & 1 << vid))
1812 {
1813 return 0;
1814 }
1815 iModelTagEval(model->Data, &cfg->tag_vert[vid], model->Mat, pos);
1816 return 1;
1817}
1818
1819S32 zNPCCommon::IsAttackFrame(F32 tym_anim, S32 series)
1820{

Callers 4

HaveLOSToPosMethod · 0.95
SyncCattleProdMethod · 0.80
EnterMethod · 0.80
VFXOverheatMethod · 0.80

Calls 1

iModelTagEvalFunction · 0.50

Tested by

no test coverage detected