Discuss this page on this pages [[objClearShowAsDestination Talk Page|TalkPage]] === objClearShowAsDestination === ^ Syntax | (objClearShowAsDestination obj) | ^ Arguments | obj: The spaceobject shown as a destination | ^ Returns | True if succesful, Nil otherwise| ^ Category | [[spaceObject functions]]| ^ Description | Use to clear a destination object from the player's map. Useful for clearing destination targets during missions, for example. | === Example === (objClearShowAsDestination destObj) Clears the destObj from the map as a destination. Return to [[modding:function:spaceObject_functions|Space Object functions]] list Return to [[modding:functions:]] list