FutureProg functions
celestial
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.
| Parameter | Type | Description |
|---|---|---|
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.
| Parameter | Type | Description |
|---|---|---|
name |
Text |
The name or ID of the celestial object to find. |