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

Method footPosition

source/game/objects/StarTeleporterObject.cpp:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10Vec2F TeleporterObject::footPosition() const {
11 if (auto footPos = configValue("teleporterFootPosition"))
12 return jsonToVec2F(footPos);
13 return Vec2F();
14}
15
16}

Callers 1

addClientMethod · 0.80

Calls 1

jsonToVec2FFunction · 0.85

Tested by

no test coverage detected