LuaGroup

class LuaGroup - sort
name :: string [R]
type :: string [R]
group :: LuaGroup [R] The parent group if any; nil if none.
subgroups :: array of LuaGroup [R] Subgroups of this group.
order :: string [R]
valid :: boolean [R] Is this object valid?
help() → string All methods, and properties that this object supports.

Item group or subgroup.

name :: string [Read-only]

type :: string [Read-only]

group :: LuaGroup [Read-only]

The parent group if any; nil if none.

subgroups :: array of LuaGroup [Read-only]

Subgroups of this group.

Note: Can only be used on groups, not on subgroups.
order :: string [Read-only]