classref: Sync with current master branch (2210111)

This commit is contained in:
Godot Organization
2023-05-27 03:19:07 +00:00
parent b7b25baf26
commit 5de74ca72d
27 changed files with 629 additions and 362 deletions

View File

@@ -474,7 +474,7 @@ Called when the object receives a notification, which can be identified in ``wha
.. code-tab:: csharp
public override void _Notification(long what)
public override void _Notification(int what)
{
if (what == NotificationPredelete)
{