The GDScript code sample was updated in f044f2607e0801e1d2a1d946b9849a67abca03ee. This updates the C# code sample.
@@ -251,7 +251,7 @@ To pass values, add them as the second argument to the ``emit_signal`` function:
public override void _Ready()
{
- EmitSignal(nameof(MySignal));
+ EmitSignal(nameof(MySignal), true, 42);
}