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

Method Reset

src/SB/Game/zNPCGlyph.cpp:338–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336}
337
338void NPCGlyph::Reset()
339{
340 flg_glyph = 0;
341 xVec3Copy(&pos_glyph, &g_O3);
342 xVec3Copy(&vel_glyph, &g_O3);
343 tmr_glyph = 0.0f;
344}
345
346void NPCGlyph::Init(en_npcglyph gtyp, RpAtomic* model_data)
347{

Callers 3

GLYF_AcquireFunction · 0.45
KickFromTheNestMethod · 0.45
zVolumeEventCBFunction · 0.45

Calls 1

xVec3CopyFunction · 0.85

Tested by

no test coverage detected