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

Method releaseGroupID

core/renderer/GroupCommand.cpp:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void GroupCommandManager::releaseGroupID(int groupID)
64{
65 _groupMapping[groupID] = false;
66 _unusedIDs.emplace_back(groupID);
67}
68
69GroupCommand::GroupCommand()
70{

Callers 2

initMethod · 0.80
~GroupCommandMethod · 0.80

Calls 1

emplace_backMethod · 0.45

Tested by

no test coverage detected