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

Method setVisibleAll

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

Source from the content-addressed store, hash-verified

27 bool isVisible(u32 p1) { return (mFlags & 1 << p1) != 0; }
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; }

Callers 4

DoShootMethod · 0.80
InitMethod · 0.80
doOpeningMethod · 0.80
showShadowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected