You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Merge pull request #9731 from Xrayez/gdscript-completion
Update GDScript completion names for Pool*Arrays
This commit is contained in:
@@ -159,7 +159,7 @@ static const _bit _type_list[] = {
|
||||
{ Variant::ARRAY, "Array" },
|
||||
{ Variant::POOL_BYTE_ARRAY, "PoolByteArray" },
|
||||
{ Variant::POOL_INT_ARRAY, "PoolIntArray" },
|
||||
{ Variant::POOL_REAL_ARRAY, "PoolFloatArray" },
|
||||
{ Variant::POOL_REAL_ARRAY, "PoolRealArray" },
|
||||
{ Variant::POOL_STRING_ARRAY, "PoolStringArray" },
|
||||
{ Variant::POOL_VECTOR2_ARRAY, "PoolVector2Array" },
|
||||
{ Variant::POOL_VECTOR3_ARRAY, "PoolVector3Array" },
|
||||
|
||||
Reference in New Issue
Block a user