Celestia/Celx Scripting/CELX Lua Methods/CEL command unmarkall
< Celestia < Celx Scripting < CELX Lua Methodsunmarkall
unmarkall { }
This command removes any previously assigned marks from all objects and disables the display of marks.
The command has no arguments.
CELX equivalent:
Based on the celestia:unmarkall() method.
- Remove all markers.
celestia:unmarkall()
Example:
Removes any previously assigned marks from all objects.
CEL:
unmarkall { }
CELX with the celestia:unmarkall() method:
celestia:unmarkall()
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.