MCPcopy Create free account
hub / github.com/GlobedGD/globed2 / create

Method create

src/modules/scripting-ui/ui/SetupEmbeddedScriptPopup.cpp:216–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216SetupEmbeddedScriptPopup* SetupEmbeddedScriptPopup::create(TextGameObject* obj) {
217 auto ret = new SetupEmbeddedScriptPopup();
218 if (ret->init(obj)) {
219 ret->autorelease();
220 return ret;
221 }
222 delete ret;
223 return nullptr;
224}
225
226}

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected