mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
Reworked signal connection system, added support for Callable and Signal objects and made them default.
This commit is contained in:
parent
1a4be2cd8f
commit
69c95f4b4c
275 changed files with 3831 additions and 2948 deletions
|
|
@ -162,6 +162,8 @@ static const _bit _type_list[] = {
|
|||
{ Variant::OBJECT, "Object" },
|
||||
{ Variant::NODE_PATH, "NodePath" },
|
||||
{ Variant::DICTIONARY, "Dictionary" },
|
||||
{ Variant::CALLABLE, "Callable" },
|
||||
{ Variant::SIGNAL, "Signal" },
|
||||
{ Variant::ARRAY, "Array" },
|
||||
{ Variant::PACKED_BYTE_ARRAY, "PackedByteArray" },
|
||||
{ Variant::PACKED_INT_ARRAY, "PackedIntArray" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue