mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
classref: Sync with current master branch (518b9e580)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user