[[objCanDetectTarget Talk Page|Discuss this page]] === objCanDetectTarget === ^ Syntax | (objCanDetectTarget obj target) | ^ Arguments | obj: The space object to detect a target | ^ | target: The target to check that the space object can detect | ^ Returns | True if succesful, Nil otherwise| ^ Category | [[spaceObject functions]]| ^ Description | Checks if a space object can detect a target. | === Example === (objCanDetectTarget gSource gPlayerShip) Returns "True" if the object can detect the playership. Return to [[modding:function:spaceObject_functions|Space Object functions]] list Return to [[modding:functions:]] list