Skip to content

RootDataObject

Anthony Headley edited this page Dec 23, 2020 · 3 revisions

Root Data Object

Brief:

This object represents the data for the Root.

This may not be an extensive list of properties.

The property name can be refered as follows: Function(x).Name

  • Function(x)["Name"]

If the property name starts with a digit, contains a space or is a reserved word you must use the ["Property"] syntax. See Section 2.1 of the Lua manual for more information

Properties:

Name Type Description
:Parent() nil
:GetClass() string "Root"
:Children() table a list similar to entering root; list on the command line; table listed in Children below
Name string "Root"

Children:

  • [1] MessageCenter
  • [2] StationSettings
  • [3] Interfaces
  • [4] KeyRegistry
  • [5] ManetSocket
  • [6] UsbNotifier
  • [7] WebServer
  • [8] VirtualKeys
  • [9] HardwareConfigurations
  • [10] KeyboardLayouts
  • [11] ShowData
  • [12] TimeCodeSlots
  • [13] ColorTheme
  • [14] Menues
  • [15] Addons
  • [16] GraphicsRoot
  • [17] Temp
  • [18] Certificates
  • [19] DeviceConfigurations
  • [20] HardwareStatus
Clone this wiki locally