MCPcopy Create free account
hub / github.com/doldecomp/mkdd / setVisible

Method setVisible

include/Kaneshige/ViewCtrlModel.h:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 void setDetailFlg() { mFlags |= 0x10; }
29 void setVisibleAll() { mFlags |= 0xf; }
30 void setVisible(u32 cnsNo) { mFlags |= (1 << cnsNo); }
31 void clearVisible(u32 cnsNo) { mFlags &= ~(1 << cnsNo); }
32 u8 getFlags() const { return mFlags; }
33

Callers 7

resetMethod · 0.45
ctrlDebugModeMethod · 0.45
initFunction · 0.45
createShadowModelMethod · 0.45
showMethod · 0.45
initMethod · 0.45
createConsoleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected