MCPcopy 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
634List<Vec2I> Plant::spaces() const {
635 return m_spaces;
636}
637
638List<Vec2I> Plant::roots() const {
639 return m_roots;

Callers 10

forEachEntityAtTileMethod · 0.45
findEntityAtTileMethod · 0.45
tileIsOccupiedMethod · 0.45
placePlantMethod · 0.45
clearTileEntitiesMethod · 0.45
reapplyBiomeMethod · 0.45
renderCollisionDebugMethod · 0.45
isTileEntityInRangeFunction · 0.45
canReachEntityFunction · 0.45
damageTilesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected