RegionInfo - iimurpyh/pilot-lua GitHub Wiki

Returns information about a celestial object.

Table of contents

Properties

string Name

Name of the celestial object.

string Type

Either "Planet" or "Star".

string SubType

The planet type or star type.

Color3 Color

Color of the celestial object.

boolean TidallyLocked

Whether or not the planet has a day-night cycle.

table Resources

The names of the resources the planet has as strings.

number Gravity

Gravity of the planet.

number Temperature

The atmospheric temperature of the planet in Fahrenheit.

number BeaconCount

Number of active beacons in the region.

boolean HasRings

Whether or not the planet has rings.