_Settings_Keys (gb.settings)
This virtual class allows to enumerate all top-level keys of a settings file, or all keys under a specific slot.
This class is virtual.
This class is not creatable.
This class acts like a
read-only array.
This class is
enumerable with the
FOR EACH keyword.
Properties
All
|
Return all keys of the current parent slot, or all top-level keys, as a string array.
|
Count
|
Return the number of keys of the current parent slot, or the number of top-level slots.
|
Methods
Exist
|
Return if the current parent slot has the specific key, or if there is a top-level slot with that key.
|