| Functions Documentation |
|
| Name |
shpIsTargetingComputerInstalled |
| Syntax |
(shpIsTargetingComputerInstalled ship) |
| Argument List |
ship: The ship that you want check if it's targeting computer is installed. |
| Returns |
condition: True if the ship's targeting computer is installed, Nil otherwise. |
| Category |
enhancement, ship, condition query
|
| Description |
Checks to see if the ship's targeting computer is installed. |
| Example |
(shpIsTargetingComputerInstalled gplayership)
Checks to see if the player's ship's targeting computer is installed and returns the result. |
| Comment |
Basic query function to check if a ship's targeting computer is installed. |