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

Method getModelData

include/Kaneshige/ExModel.h:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 void show(u32 p1) { clipAll(p1, true); }
62 bool isAllShapePacketHidding(u32 viewNo) { return isAllShapePacketHidding(0, viewNo); }
63 J3DModelData *getModelData() const { return mModelData[0]; }
64 J3DModel *getModel() const { return mModel[0]; }
65 void setSimpleTevReg(u32 id) { mSimpleTevReg |= (1 << id); }
66 void simpleDraw(u32 viewNo) { simpleDraw(viewNo, nullptr, 1); }

Callers 15

loadAnimationMethod · 0.45
updateMethod · 0.45
loadAnimationMethod · 0.45
loadAnimationMethod · 0.45
loadAnimationMethod · 0.45
loadAnimationMethod · 0.45
loadAnimationMethod · 0.45
createModelMethod · 0.45
loadAnimationMethod · 0.45
loadAnimationMethod · 0.45
loadAnimationMethod · 0.45
loadAnimationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected