Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ isVisitable
Method
isVisitable
source/game/StarCelestialParameters.cpp:119–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
}
118
119
bool CelestialParameters::isVisitable() const {
120
return (bool)m_visitableParameters;
121
}
122
123
VisitableWorldParametersConstPtr CelestialParameters::visitableParameters() const {
124
return m_visitableParameters;
Callers
2
main
Function · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64