mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Add PackedVector4Array Variant type
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
This commit is contained in:
committed by
Rémi Verschelde
parent
b9e022302a
commit
f9b488508c
@@ -119,6 +119,7 @@ DOCTEST_STRINGIFY_VARIANT(PackedStringArray);
|
||||
DOCTEST_STRINGIFY_VARIANT(PackedVector2Array);
|
||||
DOCTEST_STRINGIFY_VARIANT(PackedVector3Array);
|
||||
DOCTEST_STRINGIFY_VARIANT(PackedColorArray);
|
||||
DOCTEST_STRINGIFY_VARIANT(PackedVector4Array);
|
||||
|
||||
// Register test commands to be launched from the command-line.
|
||||
// For instance: REGISTER_TEST_COMMAND("gdscript-parser" &test_parser_func).
|
||||
|
||||
Reference in New Issue
Block a user