class_packeddatacontainerref.rst 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. :github_url: hide
  2. .. DO NOT EDIT THIS FILE!!!
  3. .. Generated automatically from Godot engine sources.
  4. .. Generator: https://github.com/godotengine/godot/tree/4.0/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/4.0/doc/classes/PackedDataContainerRef.xml.
  6. .. _class_PackedDataContainerRef:
  7. PackedDataContainerRef
  8. ======================
  9. **Inherits:** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  10. An internal class used by :ref:`PackedDataContainer<class_PackedDataContainer>` to pack nested arrays and dictionaries.
  11. .. rst-class:: classref-reftable-group
  12. Methods
  13. -------
  14. .. table::
  15. :widths: auto
  16. +-----------------------+---------------------------------------------------------------------------+
  17. | :ref:`int<class_int>` | :ref:`size<class_PackedDataContainerRef_method_size>` **(** **)** |const| |
  18. +-----------------------+---------------------------------------------------------------------------+
  19. .. rst-class:: classref-section-separator
  20. ----
  21. .. rst-class:: classref-descriptions-group
  22. Method Descriptions
  23. -------------------
  24. .. _class_PackedDataContainerRef_method_size:
  25. .. rst-class:: classref-method
  26. :ref:`int<class_int>` **size** **(** **)** |const|
  27. .. container:: contribute
  28. There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  29. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  30. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  31. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  32. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  33. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  34. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`