Document PackedVector4Array

This type was added in Godot 4.3.
This commit is contained in:
Hugo Locurcio
2024-08-31 03:43:00 +02:00
parent bfeb5ee32d
commit 4726e131db
4 changed files with 4 additions and 0 deletions

View File

@@ -358,6 +358,7 @@ class GDScriptLexer(RegexLexer):
"PackedVector2iArray",
"PackedVector3Array",
"PackedVector3iArray",
"PackedVector4Array",
"PackedColorArray",
"null",
"void",