Skip to content

Commit 3f24c74

Browse files
authored
Merge pull request #9896 from Brederodes/patch-1
Correct "ConnectionCheck" return type
2 parents 9b395eb + c734502 commit 3f24c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/best_practices/godot_notifications.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ nodes that one might create at runtime.
279279
{
280280
private Node _parentCache;
281281

282-
public void ConnectionCheck()
282+
public bool ConnectionCheck()
283283
{
284284
return _parentCache.HasUserSignal("InteractedWith");
285285
}

0 commit comments

Comments
 (0)