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

Method create

src/modules/ui/hooks/LevelSelectLayer.cpp:65–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 }
64
65 static PlayerCountLabel* create(bool compressed) {
66 auto ret = new PlayerCountLabel;
67 if (ret->init(compressed)) {
68 ret->autorelease();
69 return ret;
70 }
71
72 delete ret;
73 return nullptr;
74 }
75
76private:
77 CCSprite* icon = nullptr;

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected