We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc28d5 commit 8d6be18Copy full SHA for 8d6be18
addons/block_code/blocks/communication/call_method_node.tres
@@ -10,7 +10,7 @@ description = "Calls the method/function of the given node"
10
category = "Communication | Methods"
11
type = 2
12
variant_type = 0
13
-display_template = "call method {method_name: STRING} in node {node: OBJECT}"
+display_template = "call method {method_name: STRING} on node {node: OBJECT}"
14
code_template = "{node}.call({method_name})"
15
defaults = {}
16
signal_name = ""
0 commit comments