diff options
Diffstat (limited to 'doc/classes/PackedDataContainerRef.xml')
-rw-r--r-- | doc/classes/PackedDataContainerRef.xml | 2 |
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]. |