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

Method isGameUnlocked

include/Osako/SystemRecord.h:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 }
68
69 bool isGameUnlocked(GameFlag flag) { return mGameFlag & (1 << flag); }
70 bool isKartUnlocked(int kart) { return mSecretKart & (1 << kart); }
71
72 bool isRumble() { return !(mOptions & 4); }

Callers 1

drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected