classref: Sync with current master branch (518b9e580)

This commit is contained in:
Rémi Verschelde
2023-01-27 15:10:25 +01:00
parent b168eb52f3
commit fe259f74ff
158 changed files with 3976 additions and 4796 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ In the following example we use a :ref:`LineEdit<class_LineEdit>` node to write
public override void _Ready()
{
GetNode("LineEdit").TextSubmitted += OnTextEntered;
GetNode<LineEdit>("LineEdit").TextSubmitted += OnTextEntered;
}
private void OnTextEntered(string command)