summaryrefslogtreecommitdiffstats
path: root/doc/classes/PackedDataContainerRef.xml
diff options
context:
space:
mode:
authorVolTer <mew.pur.pur@abv.bg>2023-04-28 01:35:33 +0200
committerVolTer <mew.pur.pur@abv.bg>2023-05-19 07:04:48 +0200
commit04562662d38a83e1ac1fde2af9572ca38147e772 (patch)
tree135faa9bef16bdb14faf576c25cb832f74d02fb4 /doc/classes/PackedDataContainerRef.xml
parent5bb7d585a5e151f3fa387de7dd97d7aebc5abfd5 (diff)
downloadredot-engine-04562662d38a83e1ac1fde2af9572ca38147e772.tar.gz
Overhaul the top sections of the class reference (Core classes)
Diffstat (limited to 'doc/classes/PackedDataContainerRef.xml')
-rw-r--r--doc/classes/PackedDataContainerRef.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/PackedDataContainerRef.xml b/doc/classes/PackedDataContainerRef.xml
index 440673d9b0..5199d9b445 100644
--- a/doc/classes/PackedDataContainerRef.xml
+++ b/doc/classes/PackedDataContainerRef.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="PackedDataContainerRef" inherits="RefCounted" version="4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
<brief_description>
- Internal class used by [PackedDataContainer].
+ An internal class used by [PackedDataContainer] to pack nested arrays and dictionaries.
</brief_description>
<description>
When packing nested containers using [PackedDataContainer], they are recursively packed into [PackedDataContainerRef] (only applies to [Array] and [Dictionary]). Their data can be retrieved the same way as from [PackedDataContainer].