MCPcopy 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
119bool CelestialParameters::isVisitable() const {
120 return (bool)m_visitableParameters;
121}
122
123VisitableWorldParametersConstPtr CelestialParameters::visitableParameters() const {
124 return m_visitableParameters;

Callers 2

mainFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64