summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_function.h
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-04-27 13:11:24 +0200
committerGitHub <noreply@github.com>2022-04-27 13:11:24 +0200
commitf626e8ef91d9f0c97c29ca04f2b240c4eae5214e (patch)
tree5feac7724f750feec7a673828ed943b580a5fd28 /modules/gdscript/gdscript_function.h
parentadd51632246946f341c87e10c3ed3e8d660a6d94 (diff)
parent01d13ab2c16aa69a6f81c10dfe4845a50c3e0c63 (diff)
Merge pull request #60396 from vnen/gdscript-self-lambda
Diffstat (limited to 'modules/gdscript/gdscript_function.h')
-rw-r--r--modules/gdscript/gdscript_function.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/gdscript_function.h b/modules/gdscript/gdscript_function.h
index d07a167ca2..ba0d51c5cc 100644
--- a/modules/gdscript/gdscript_function.h
+++ b/modules/gdscript/gdscript_function.h
@@ -299,6 +299,7 @@ public:
OPCODE_AWAIT,
OPCODE_AWAIT_RESUME,
OPCODE_CREATE_LAMBDA,
+ OPCODE_CREATE_SELF_LAMBDA,
OPCODE_JUMP,
OPCODE_JUMP_IF,
OPCODE_JUMP_IF_NOT,