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

< Celestia < Celx Scripting < CELX Lua Methods

unmarkall

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.

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

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.