| Functions Documentation |
|
| Name |
shpIsAutopilotInstalled |
| Syntax |
(shpIsAutopilotInstalled ship) |
| Argument List |
ship: The ship that you want check if it has an auto pilot. |
| Returns |
condition: True if the ship has an auto pilot, Nil otherwise. |
| Category |
enhancement, ship, condition query
|
| Description |
(shpIsAutopilotInstalled gplayership)
Returns True due to the fact the player's ship starts with an auto pilot. |
| Example |
(shpIsAutopilotInstalled gplayership)
Returns True due to the fact the player's ship starts with an auto pilot. |
| Comment |
No use in the current build do to the player ship has the auto pilot already installed at the start of the game. |