Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
401
void 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
413
void NPCGlyph::Discard()
414
{
Callers
4
GlyphStart
Method · 0.80
Enter
Method · 0.80
Suspend
Method · 0.80
Resume
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected