classref: Sync with latest 4.0-alpha

This commit is contained in:
Rémi Verschelde
2022-02-01 16:35:13 +01:00
parent dd764520c6
commit 551ab512ca
419 changed files with 12867 additions and 9872 deletions

View File

@@ -314,7 +314,7 @@ Returns a :ref:`Rect2<class_Rect2>` representing the Sprite2D's boundary in loca
Returns ``true``, if the pixel at the given position is opaque and ``false`` in other case.
**Note:** It also returns ``false``, if the sprite's texture is ``null`` or if the given position is invalid.
\ **Note:** It also returns ``false``, if the sprite's texture is ``null`` or if the given position is invalid.
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
.. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`