class_packeddatacontainerref.rst 1.7 KB

123456789101112131415161718192021222324252627282930313233343536
  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/master/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/PackedDataContainerRef.xml.
  6. .. _class_PackedDataContainerRef:
  7. PackedDataContainerRef
  8. ======================
  9. **Inherits:** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  10. Reference-counted version of :ref:`PackedDataContainer<class_PackedDataContainer>`.
  11. Methods
  12. -------
  13. +-----------------------+---------------------------------------------------------------------------+
  14. | :ref:`int<class_int>` | :ref:`size<class_PackedDataContainerRef_method_size>` **(** **)** |const| |
  15. +-----------------------+---------------------------------------------------------------------------+
  16. Method Descriptions
  17. -------------------
  18. .. _class_PackedDataContainerRef_method_size:
  19. - :ref:`int<class_int>` **size** **(** **)** |const|
  20. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  21. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  22. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  23. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  24. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  25. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`