FutureProg functions
celestialposition
Overload 1
celestialposition overload 1
Text celestialposition(Location locationOrZone, Number celestialId)
Available in
- computer function
- computer program
- standard futureprog
Looks up a celestial object by ID in the supplied room or zone and returns the same descriptive position text used by the celestial system. Returns an empty string if the zone or celestial object cannot be found.
| Parameter | Type | Description |
|---|---|---|
locationOrZone |
Location |
The room or zone whose celestial collection is searched. |
celestialId |
Number |
The ID of the celestial object to describe. |
Overload 2
celestialposition overload 2
Text celestialposition(Zone locationOrZone, Number celestialId)
Available in
- computer function
- computer program
- standard futureprog
Looks up a celestial object by ID in the supplied room or zone and returns the same descriptive position text used by the celestial system. Returns an empty string if the zone or celestial object cannot be found.
| Parameter | Type | Description |
|---|---|---|
locationOrZone |
Zone |
The room or zone whose celestial collection is searched. |
celestialId |
Number |
The ID of the celestial object to describe. |