Celestia/Celx Scripting/CELX Lua Methods/CEL command unmarkall
unmarkall
editunmarkall { }
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()