Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1533
Uint32 TileMap::getNewObjectId() {
1534
return ++mLastObjId;
1535
}
1536
1537
void TileMap::setGridLinesColor( const Color& Col ) {
1538
mGridLinesColor = Col;
Callers
1
onAddObject
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected