Class: SL (of Obj)

The SL class is for the statusbar (Status Line). This is generally where the game name and score is written.

Properties

  • state
  • code

Methods

  • void doit()

    If the code property is set, it calls the code's doit() method, and if the sttate property is ENABLED, draws the statusbar, otherwise, it hides it.

  • void enable()

    Enables the statusbar and updates it (calling it's doit() method).

  • void disable()

    Disables the statusbar and updates it (calling it's doit() method).