Celestia/Celx Scripting/CELX Lua Methods/CEL command unmarkall

unmarkall edit

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()


Back to CEL command index