Implement exponential operator (**) to GDScript/Expressions
This commit is contained in:
parent
9963ae3553
commit
dbd7a31507
15 changed files with 126 additions and 27 deletions
|
|
@ -85,6 +85,7 @@ private:
|
|||
TK_OP_MUL,
|
||||
TK_OP_DIV,
|
||||
TK_OP_MOD,
|
||||
TK_OP_POW,
|
||||
TK_OP_SHIFT_LEFT,
|
||||
TK_OP_SHIFT_RIGHT,
|
||||
TK_OP_BIT_AND,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue