Discuss this page on this pages [[objGetEquipmentStatus Talk Page|TalkPage]] === objGetEquipmentStatus === ^ 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. | ====equipment==== 'Autopilot 'GalacticMap 'FriendlyFireLock 'LRS 'SRS 'SRSEnhancer 'SystemMap 'TargetingComputer ====status==== 'damaged 'notInstalled 'ready (if installed) === Example === (objGetEquipmentStatus gPlayership 'Autopilot) Returns 'ready if autopilot is installed on the playership. Return to [[modding:function:spaceObject_functions|Space Object functions]] list Return to [[modding:functions:]] list