FutureProg functions

celestial

World Lookupcomputer function, computer program, standard futureprog

Overload 1

celestial overload 1

CelestialObject celestial(Number id)
Available in
  • computer function
  • computer program
  • standard futureprog
Returns a celestial object by ID or name, or null.
ParameterTypeDescription
id Number The ID of the celestial object to find.

Overload 2

celestial overload 2

CelestialObject celestial(Text name)
Available in
  • computer function
  • computer program
  • standard futureprog
Returns a celestial object by ID or name, or null.
ParameterTypeDescription
name Text The name or ID of the celestial object to find.