diff --git a/getting_started/scripting/gdscript/gdscript_basics.rst b/getting_started/scripting/gdscript/gdscript_basics.rst index fee8bdb34..88f12dcf5 100644 --- a/getting_started/scripting/gdscript/gdscript_basics.rst +++ b/getting_started/scripting/gdscript/gdscript_basics.rst @@ -271,6 +271,8 @@ The following is the list of supported operators and their precedence. +---------------------------------------------------------------+-----------------------------------------+ | ``if x else`` | Ternary if/else | +---------------------------------------------------------------+-----------------------------------------+ +| ``as`` | Type casting | ++---------------------------------------------------------------+-----------------------------------------+ | ``=`` ``+=`` ``-=`` ``*=`` ``/=`` ``%=`` ``&=`` ``|=`` | Assignment (lowest priority) | +---------------------------------------------------------------+-----------------------------------------+