Discuss this page on this pages TalkPage
Syntax | (objGetEquipmentStatus obj equipment) |
---|---|
Arguments | obj: The space object to check equipment status on |
equipment: The equipment status to check | |
Returns | Status |
Category | spaceObject functions |
Description | Used to check the status of ship's internal equipment. |
'Autopilot 'GalacticMap 'FriendlyFireLock 'LRS 'SRS 'SRSEnhancer 'SystemMap 'TargetingComputer
'damaged 'notInstalled 'ready (if installed)
(objGetEquipmentStatus gPlayership 'Autopilot)
Returns 'ready if autopilot is installed on the playership.
Return to Space Object functions list
Return to functions list