godot/doc/classes/PackedDataContainerRef.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
514 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8" ?>
<class name="PackedDataContainerRef" inherits="RefCounted" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
<brief_description>
2021-06-04 16:03:15 +00:00
Reference-counted version of [PackedDataContainer].
</brief_description>
<description>
</description>
<tutorials>
</tutorials>
<methods>
<method name="size" qualifiers="const">
<return type="int" />
<description>
</description>
</method>
</methods>
</class>