mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Update C# signal documentation
Updates C# signal documentation and code examples to the new API in 4.0
This commit is contained in:
@@ -177,7 +177,7 @@ clicked. For that, we'll need a script that extends from
|
||||
{
|
||||
public override void _EnterTree()
|
||||
{
|
||||
Connect("pressed", Clicked);
|
||||
Pressed += Clicked;
|
||||
}
|
||||
|
||||
public void Clicked()
|
||||
|
||||
Reference in New Issue
Block a user