mirror of
https://github.com/godotengine/godot.git
synced 2025-11-02 06:31:13 +00:00
Fix using signals in lambda functions
This commit is contained in:
parent
11e1c83309
commit
f6c8c140f0
2 changed files with 5 additions and 0 deletions
|
|
@ -786,6 +786,7 @@ public:
|
|||
LOCAL_VARIABLE,
|
||||
LOCAL_ITERATOR, // `for` loop iterator.
|
||||
LOCAL_BIND, // Pattern bind.
|
||||
MEMBER_SIGNAL,
|
||||
MEMBER_VARIABLE,
|
||||
MEMBER_CONSTANT,
|
||||
INHERITED_VARIABLE,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue