mirror of
https://github.com/godotengine/godot.git
synced 2024-11-24 21:22:48 +00:00
Updated gdscript (markdown)
parent
a6d71ef99f
commit
f8da44028c
@ -253,7 +253,7 @@ arr=[1,2,3]+[4,5,6]
|
||||
arr[1,2,3,4,5,6]
|
||||
```
|
||||
|
||||
There are specialized arrays for some built-in datatypes which do not suffer from this and use less memory, but they are atomic and generally run a little slower, so they are only justified for very large amount of data: [RawArraw](class_rawarrat), [IntArray](class_intarray), [FloatArray](class_floatarray), [StringArray](class_stringarray), [Vector2Array](class_vector2array), , [Vector3Array](class_vector3array), , [ColorArray](class_colorarray).
|
||||
There are specialized arrays for some built-in datatypes which do not suffer from this and use less memory, but they are atomic and generally run a little slower, so they are only justified for very large amount of data: [RawArraw](class_rawarray), [IntArray](class_intarray), [FloatArray](class_floatarray), [StringArray](class_stringarray), [Vector2Array](class_vector2array), [Vector3Array](class_vector3array), [ColorArray](class_colorarray).
|
||||
|
||||
### [Dictionary](class_dictionary)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user