Naev

Module debug

Handles the Lua debug bindings.

These bindings control the debug flags.

Functions

showEmitters ([state=true]) Toggles the emitter marker.


Functions

showEmitters ([state=true])
Toggles the emitter marker.

Parameters:

  • state boolean Whether to set or unset markers. (default true)

Usage:

  • debug.showEmitters() -- Trail emitters are marked with crosses.
    
  • debug.showEmitters(false) -- Remove the markers.
    
generated by LDoc 1.4.6 Last updated 2022-01-05 16:16:23