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

Method lock

src/Kaneshige/ExModel.cpp:269–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269void ExModel::lock() {
270 for (u16 i = 0; i < mLevelCnt; i++) {
271 if (mModel[i]) {
272 mModel[i]->lock();
273 }
274 }
275}
276
277void ExModel::setShapePktControl(u16 level) {
278#line 1028

Callers 4

lockMdlMethod · 0.45
createModelMethod · 0.45
createCharShadowModelMethod · 0.45
getUsedSizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected