Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doldecomp/mkdd
/ getRandom
Method
getRandom
src/Kameda/SequenceInfo.cpp:93–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
void SequenceInfo::setRandomSeed() { mRnd.setSeed(OSGetTime()); }
92
93
u32 SequenceInfo::getRandom() { return mRnd.get(); }
94
95
KartGamePad *SequenceInfo::getDecidePad() {
96
if (mDecidePad) {
Callers
5
setItemKind
Method · 0.45
checkKartCollision
Method · 0.45
resetPose
Method · 0.45
doFuncWait
Method · 0.45
initFuncDamage
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected