MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / position

Method position

source/game/interfaces/StarTileEntity.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25Vec2F TileEntity::position() const {
26 return Vec2F(tilePosition());
27}
28
29List<Vec2I> TileEntity::spaces() const {
30 return {};

Callers 15

updateMethod · 0.45
lightSourcesMethod · 0.45
inspectionLevelMethod · 0.45
inspectMethod · 0.45
fireTriggeredMethod · 0.45
blockSwapMethod · 0.45
fireMethod · 0.45
lightSourcesMethod · 0.45
updateMethod · 0.45
forceRegionsMethod · 0.45
lightsMethod · 0.45
pullNewAudiosMethod · 0.45

Calls

no outgoing calls

Tested by 4

updateMethod · 0.36
lightSourcesMethod · 0.36
inspectionLevelMethod · 0.36
inspectMethod · 0.36