mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
GDScript: Document is not operator
This commit is contained in:
@@ -242,8 +242,8 @@ The following is the list of supported operators and their precedence.
|
||||
+---------------------------------------+-----------------------------------------------------------------------------+
|
||||
| ``await x`` | `Awaiting for signals or coroutines`_ |
|
||||
+---------------------------------------+-----------------------------------------------------------------------------+
|
||||
| ``x is Node`` | Type checking |
|
||||
| | |
|
||||
| | ``x is Node`` | Type checking |
|
||||
| | ``x is not Node`` | |
|
||||
| | See also :ref:`is_instance_of() <class_@GDScript_method_is_instance_of>` |
|
||||
| | function. |
|
||||
+---------------------------------------+-----------------------------------------------------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user