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

Method Enable

src/SB/Game/zNPCGlyph.cpp:401–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399}
400
401void NPCGlyph::Enable(S32 ison)
402{
403 if (ison)
404 {
405 flg_glyph |= (1 << 1);
406 }
407 else
408 {
409 flg_glyph &= ~(1 << 1);
410 }
411}
412
413void NPCGlyph::Discard()
414{

Callers 4

GlyphStartMethod · 0.80
EnterMethod · 0.80
SuspendMethod · 0.80
ResumeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected