Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ compassDirection
Method
compassDirection
source/game/StarQuests.cpp:512–514 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
510
}
511
512
Maybe<float> Quest::compassDirection() const {
513
return m_compassDirection;
514
}
515
516
void Quest::setObjectiveList(Maybe<JsonArray> const& objectiveList) {
517
m_objectiveList = objectiveList;
Callers
1
update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected