mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Merge pull request #2967 from Scony/func-call-operator
function call operator added to operator table
This commit is contained in:
@@ -250,6 +250,8 @@ The following is the list of supported operators and their precedence.
|
||||
+---------------------------------------------------------------+-----------------------------------------+
|
||||
| ``x.attribute`` | Attribute reference |
|
||||
+---------------------------------------------------------------+-----------------------------------------+
|
||||
| ``foo()`` | Function call |
|
||||
+---------------------------------------------------------------+-----------------------------------------+
|
||||
| ``is`` | Instance type checker |
|
||||
+---------------------------------------------------------------+-----------------------------------------+
|
||||
| ``~`` | Bitwise NOT |
|
||||
|
||||
Reference in New Issue
Block a user