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

Method initEquip

src/Sato/ItemGTurtle.cpp:169–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169void ItemGTurtle::initEquip() {
170 mEquipFlags = 0;
171 mVel.zero();
172 mPos.zero();
173 mMulti->ParamInit(sBuildRotAngle);
174
175 _2b0 = (getItemRnd()->get_ufloat_1() * 2.0f - 1.0f) * F_PI;
176 QuaternionReset(&_34);
177}
178
179void ItemGTurtle::doEquip() {
180 executeEquipHandFunc();

Callers

nothing calls this directly

Calls 7

QuaternionResetFunction · 0.85
GetJPAMgrFunction · 0.85
get_ufloat_1Method · 0.80
getDriverCharIDMethod · 0.80
zeroMethod · 0.45
getKartInfoMethod · 0.45
getListMethod · 0.45

Tested by

no test coverage detected