mirror of
https://github.com/godotengine/godot-cpp.git
synced 2026-01-01 05:48:37 +03:00
Merge pull request #1399 from bruvzg/init_list
[Packed*Array] Add support for initializer lists.
This commit is contained in:
@@ -154,6 +154,7 @@ func _ready():
|
||||
|
||||
# PackedArray iterators
|
||||
assert_equal(example.test_vector_ops(), 105)
|
||||
assert_equal(example.test_vector_init_list(), 105)
|
||||
|
||||
# Properties.
|
||||
assert_equal(example.group_subgroup_custom_position, Vector2(0, 0))
|
||||
|
||||
Reference in New Issue
Block a user