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

Method Process

src/SB/Game/zNPCTypeCommon.cpp:786–794  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

784}
785
786void zNPCCommon::Process(xScene* xscn, F32 dt)
787{
788 if ((flg_misc & 4) != 0)
789 {
790 ModelScaleSet(&cfg_npc->scl_model);
791 }
792 flags1.flg_upward = flags1.flg_upward & ~0x2;
793 xNPCBasic::Process(xscn, dt);
794}
795
796void zNPCCommon::BUpdate(xVec3* pos)
797{

Callers

nothing calls this directly

Calls 2

ModelScaleSetFunction · 0.85
ProcessFunction · 0.50

Tested by

no test coverage detected