Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
Vec2F TeleporterObject::footPosition() const {
11
if (auto footPos = configValue(
"teleporterFootPosition"
))
12
return jsonToVec2F(footPos);
13
return Vec2F();
14
}
15
16
}
Callers
1
addClient
Method · 0.80
Calls
1
jsonToVec2F
Function · 0.85
Tested by
no test coverage detected