mirror of
https://gitlab.com/luk3yx/minetest-formspec_ast.git
synced 2025-09-14 18:06:24 +02:00
Fix typo
This commit is contained in:
parent
1d14900cfb
commit
1203a69d8a
@ -13,7 +13,7 @@ A Minetest mod library to make modifying formspecs easier.
|
|||||||
- `formspec_ast.interpret(string_or_tree)`: Returns a formspec string after
|
- `formspec_ast.interpret(string_or_tree)`: Returns a formspec string after
|
||||||
(optionally parsing) and unparsing the formspec provided.
|
(optionally parsing) and unparsing the formspec provided.
|
||||||
- `formspec_ast.walk(tree)`: Returns an iterator (use this directly in a for
|
- `formspec_ast.walk(tree)`: Returns an iterator (use this directly in a for
|
||||||
loop) that will return all nodes in a tree, including ones in side
|
loop) that will return all nodes in a tree, including ones inside
|
||||||
containers.
|
containers.
|
||||||
- `formspec_ast.find(tree, node_type)`: Similar to `walk(tree)`, however only
|
- `formspec_ast.find(tree, node_type)`: Similar to `walk(tree)`, however only
|
||||||
returns `node_type` nodes.
|
returns `node_type` nodes.
|
||||||
|
Loading…
Reference in New Issue
Block a user