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

Method Clear

src/SB/Game/zNPCSupplement.cpp:492–502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490#endif
491
492void NPARMgmt::Clear()
493{
494 typ_npar = NPAR_TYP_UNKNOWN;
495 flg_npar = 0;
496 par_buf = 0;
497 cnt_active = 0;
498 num_max = 0;
499 txtr = 0;
500 xtra_data = 0;
501 user_data = 0;
502}
503
504void NPARMgmt::UpdateAndRender(F32 param_1)
505{

Callers 1

NPAR_ScenePrepareFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected