Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ setTilePosition
Method
setTilePosition
source/game/StarPlant.cpp:630–632 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
628
}
629
630
void Plant::setTilePosition(Vec2I const& tilePosition) {
631
m_tilePosition = tilePosition;
632
}
633
634
List<Vec2I> Plant::spaces() const {
635
return m_spaces;
Callers
4
placePlant
Method · 0.45
reapplyBiome
Method · 0.45
createForPlacement
Method · 0.45
enterStage
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected