Functions Documentation
View Function Edit Function
Name objIsKnown
Syntax (objIsKnown obj) -> True/Nil
Argument List obj: The spaceObject that you want to test.
Returns boolean: True if the space object is known, otherwise Nil.
Category condition query, spaceobject
Description Query function asking if the spaceObject is known, the object can be known by objSetKnown, seeing it onscreen, or targeting it.
Example
(objIsKnown gSource)

Returns true if the player has already discovered this space object.
Comment Helpful for checking if the player already knows about an object.