GDScript: Allow using self in lambdas
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user