MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getNewObjectId

Method getNewObjectId

src/modules/maps/src/eepp/maps/tilemap.cpp:1533–1535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1531}
1532
1533Uint32 TileMap::getNewObjectId() {
1534 return ++mLastObjId;
1535}
1536
1537void TileMap::setGridLinesColor( const Color& Col ) {
1538 mGridLinesColor = Col;

Callers 1

onAddObjectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected