MCPcopy Create free account
hub / github.com/axmolengine/axmol / createWithEntryID

Method createWithEntryID

tests/cpp-tests/Source/Box2DTestBed/Box2DTestBed.cpp:87–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87Box2DTestBed* Box2DTestBed::createWithEntryID(int entryId)
88{
89 auto layer = new Box2DTestBed();
90 layer->initWithEntryID(entryId);
91 // layer->autorelease();
92
93 return layer;
94}
95
96bool Box2DTestBed::initWithEntryID(int entryId)
97{

Callers

nothing calls this directly

Calls 1

initWithEntryIDMethod · 0.80

Tested by

no test coverage detected