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

Method ModelAtomicHide

src/SB/Game/zNPCTypeCommon.cpp:2629–2638  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2627}
2628
2629xModelInstance* zNPCCommon::ModelAtomicHide(S32 index, xModelInstance* mdl)
2630{
2631 xModelInstance* minst = mdl ? mdl : this->ModelAtomicFind(index, -1, NULL);
2632 if (!minst)
2633 return minst;
2634
2635 minst->Flags &= ~0x1;
2636
2637 return minst;
2638}
2639
2640xModelInstance* zNPCCommon::ModelAtomicShow(S32 index, xModelInstance* mdl)
2641{

Callers 5

ExitMethod · 0.80
EnterMethod · 0.80
ProcessMethod · 0.80
ResetMethod · 0.80
VFXCycleLightsMethod · 0.80

Calls 1

ModelAtomicFindMethod · 0.95

Tested by

no test coverage detected