MCPcopy 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
630void Plant::setTilePosition(Vec2I const& tilePosition) {
631 m_tilePosition = tilePosition;
632}
633
634List<Vec2I> Plant::spaces() const {
635 return m_spaces;

Callers 4

placePlantMethod · 0.45
reapplyBiomeMethod · 0.45
createForPlacementMethod · 0.45
enterStageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected