| Functions Documentation |
|
| Name |
shpOrderMine_deprecated |
| Syntax |
(shpOrderMine_deprecated ship spaceObject)_deprecated |
| Argument List |
ship: The ship that you want to order to mine.
spaceObject: The target to return the mined ore too. |
| Returns |
condition: True if successful, Nil otherwise. |
| Category |
deprecated, ship, orders
|
| Description |
Gives the ship the order mine and return the ore to the spaceObject.
DEPRECATED: Use (shpOrder ship 'mine baseObj) instead |
| Example |
|
| Comment |
Allows you to give orders to ships. |