feat: updated engine version to 4.4-rc1
This commit is contained in:
parent
ee00efde1f
commit
21ba8e33af
5459 changed files with 1128836 additions and 198305 deletions
|
|
@ -16,11 +16,12 @@
|
|||
var container = load("packed_data.res")
|
||||
for key in container:
|
||||
prints(key, container[key])
|
||||
|
||||
# Prints:
|
||||
# key value
|
||||
# lock (0, 0)
|
||||
# another_key 123
|
||||
[/codeblock]
|
||||
Prints:
|
||||
[codeblock lang=text]
|
||||
key value
|
||||
lock (0, 0)
|
||||
another_key 123
|
||||
[/codeblock]
|
||||
Nested containers will be packed recursively. While iterating, they will be returned as [PackedDataContainerRef].
|
||||
</description>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue