Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doldecomp/mkdd
/ resetFlag
Method
resetFlag
include/Sato/AnmController.h:35–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
bool tstFlgAnmStop() const { return mFlags & 1; }
34
bool tstFlgAnm2() const { return mFlags & 2; }
35
void resetFlag() { mFlags &= ~1; }
36
void setFlag() { mFlags |= 1; }
37
38
u8 mFlags; // 4
Callers
1
StopTrans
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected