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

Method setFlag

include/Sato/AnmController.h:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 bool tstFlgAnm2() const { return mFlags & 2; }
35 void resetFlag() { mFlags &= ~1; }
36 void setFlag() { mFlags |= 1; }
37
38 u8 mFlags; // 4
39 u8 mMaxAnmNo; // 5

Callers 4

initFunc_WaitMethod · 0.45
forceDeleteEmitterMethod · 0.45
createMethod · 0.45
drawCMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected