Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ markPosition
Method
markPosition
source/game/StarDungeonGenerator.cpp:1100–1102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1098
}
1099
1100
void DungeonGeneratorWriter::markPosition(Vec2F const& pos) {
1101
markPosition(Vec2I(pos.floor()));
1102
}
1103
1104
void DungeonGeneratorWriter::markPosition(Vec2I const& pos) {
1105
m_currentBounds.combine(pos);
Callers
nothing calls this directly
Calls
2
floor
Method · 0.80
combine
Method · 0.45
Tested by
no test coverage detected