Class ShipAnnunciator

Display for general shipboard use.

Mimics a 16x52 DOS-esque terminal, because I like the aesthetic.

Initialisation methods

ShipAnnunciator:new () Creates a new instance of the ShipAnnunciator class.
ShipAnnunciator:setVisible (element, showElement) Toggles element visibility via boolean input.


Initialisation methods

For creating and Initialising MFD object.
ShipAnnunciator:new () line 28
Creates a new instance of the ShipAnnunciator class.

Returns:

    table A new instance of the ShipAnnunciator class.

Usage:

    annunc = ShipAnnunciator:new()
ShipAnnunciator:setVisible (element, showElement) line 117
Toggles element visibility via boolean input.

Parameters:

  • element table The element to hide/show.
  • showElement bool Show if true, hide if false.

Usage:

    annunc = ShipAnnunciator:new()
generated by LDoc 1.4.3 Last updated 2021-01-24 20:08:44