Update C# signal documentation and remove bind array
- Updates C# signal documentation and code examples to the new API in 4.0 - Replace all `nameof` usages with the exposed `StringName`
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
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