You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ Miscellaneous Geode utils to make development easier:
4
4
5
5
## Modifying any node
6
6
7
-
Familiar modify syntax as Geode, supporting fields. `class $modifyNode(SomeNode)`
8
-
You can name the modified node the same way as well `class $modifyNode(MySomeNode, SomeNode)`
7
+
Familiar modify syntax as Geode, supporting fields. `class $nodeModify(SomeNode)`
8
+
You can name the modified node the same way as well `class $nodeModify(MySomeNode, SomeNode)`
9
9
10
10
To use this, you will create a `void modify()` method within that class and inside of there you can change the node to your hearts content. You can use the fields struct just like in Geode to add fields if needed.
Copy file name to clipboardExpand all lines: about.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ Miscellaneous Geode utils to make development easier:
4
4
5
5
## Modifying any node
6
6
7
-
Familiar modify syntax as Geode, supporting fields. `class $modifyNode(SomeNode)`
8
-
You can name the modified node the same way as well `class $modifyNode(MySomeNode, SomeNode)`
7
+
Familiar modify syntax as Geode, supporting fields. `class $nodeModify(SomeNode)`
8
+
You can name the modified node the same way as well `class $nodeModify(MySomeNode, SomeNode)`
9
9
10
10
To use this, you will create a `void modify()` method within that class and inside of there you can change the node to your hearts content. You can use the fields struct just like in Geode to add fields if needed.
0 commit comments