Planet(sid:Int):Obj

Access planet (and starbase) properties. Use as

 ForEach Planet Do ...

or

 With Planet(n) Do ...

Version Differences: This function was available for use in With under the name Planets() since PCC 1.0.6. Do not use the name Planets in new code, it is not supported by PCC2; use Planet instead.

Since: PCC 1.0.18, PCC2 1.99.8

See also: Planet Properties, Planet Commands, Contexts, Functions