Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ spaces
Method
spaces
source/game/StarPlant.cpp:634–636 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
632
}
633
634
List<Vec2I> Plant::spaces() const {
635
return m_spaces;
636
}
637
638
List<Vec2I> Plant::roots() const {
639
return m_roots;
Callers
10
forEachEntityAtTile
Method · 0.45
findEntityAtTile
Method · 0.45
tileIsOccupied
Method · 0.45
placePlant
Method · 0.45
clearTileEntities
Method · 0.45
reapplyBiome
Method · 0.45
renderCollisionDebug
Method · 0.45
isTileEntityInRange
Function · 0.45
canReachEntity
Function · 0.45
damageTiles
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected