Search notes:

Stellarium API: core.clear

Possible values of core.clear seem to include
//  vim: ft=javascript
//
//  ..\runScript.bat clear.ssc
//  


// Clear the display options
//   «natural»: azimuthal mount, atmosphere, landscape, no lines, labels or markers

core.clear("natural");
Github repository about-Stellarium, path: /API/core/clear.ssc

See also

Stellarium Script API

Index