public interface IPlanetManagerProvides safe, read-only information about installed planets.
Members
IsWorldLoadedGets whether a planet has finished loading.propertyCurrentPlanetGets the current planet definition, or null.propertyAvailablePlanetsGets an immutable snapshot of planets available in the installed game and purchased DLC set.propertyTryGetPlanetFinds an available planet by exact stable ID.methodIsWorldLoaded
propertybool IsWorldLoadedGets whether a planet has finished loading.
CurrentPlanet
propertyIPlanetDefinition? CurrentPlanetGets the current planet definition, or null.
AvailablePlanets
propertyIReadOnlyList<IPlanetDefinition> AvailablePlanetsGets an immutable snapshot of planets available in the installed game and purchased DLC set.
TryGetPlanet
methodbool TryGetPlanet(string id, out IPlanetDefinition? planet)Finds an available planet by exact stable ID.