File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tutorials/scripting/gdscript Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -242,8 +242,8 @@ The following is the list of supported operators and their precedence.
242242+---------------------------------------+-----------------------------------------------------------------------------+
243243| ``await x `` | `Awaiting for signals or coroutines `_ |
244244+---------------------------------------+-----------------------------------------------------------------------------+
245- | ``x is Node `` | Type checking |
246- | | |
245+ | | ``x is Node `` | Type checking |
246+ | | `` x is not Node `` | |
247247| | See also :ref: `is_instance_of() <class_@GDScript_method_is_instance_of >` |
248248| | function. |
249249+---------------------------------------+-----------------------------------------------------------------------------+
You can’t perform that action at this time.
0 commit comments