Functions Documentation
View Function Edit Function
Name objIsDockedAt
Syntax (objIsDockedAt spaceObject spaceObject)
Argument List spaceObject: the spaceObject of a ship.
spaceObject: the spaceObject of a station.
Returns condition: True if the first space object is docked with the station. Nil otherwise.
Category spaceobject, condition query, station
Description The function returns true if the spaceObject (ship) is docked to the second spaceObject (station).
Example
Comment Very useful function, that can be used to probe if a ship is docked or not.
It's a complementary function with staGetDockedShips.