room

room

factory room

Description:
  • Specifies the room command functions.

    • These functions are accessible via the tabletop:: prefix.

Methods

(static) coverSet(room, open_else_closed)

Description:
  • Opens or closed a room cover.

Parameters:
Name Type Description
room uint

The room number, from 1 to 4.

open_else_closed bool

If true open, else close.

(static) doorSet(room, open_else_closed)

Description:
  • Opens or closed a door.

Parameters:
Name Type Description
room uint

The room number, from 1 to 4.

open_else_closed bool

If true open, else close.

(static) gateSet(a_else_b)

Description:
  • Sets the labyrinth gate in a given position.

Parameters:
Name Type Description
a_else_b bool

If true put in position A else put in position B.