Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_Wait
Method · 0.45
forceDeleteEmitter
Method · 0.45
create
Method · 0.45
drawC
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected