Name | <yaml[<id>].list_keys[<path>]> |
Returns | ListTag |
Description | Returns a ListTag of all the keys at the path (and not sub-keys).
Use empty path input to represent the root of the yaml document tree. |
Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/scripts/commands/file/YamlCommand.java#L803 |