class_packeddatacontainer.rst 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. :github_url: hide
  2. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  3. .. DO NOT EDIT THIS FILE, but the PackedDataContainer.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_PackedDataContainer:
  6. PackedDataContainer
  7. ===================
  8. **Inherits:** :ref:`Resource<class_Resource>` **<** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
  9. **Category:** Core
  10. Brief Description
  11. -----------------
  12. Properties
  13. ----------
  14. +-------------------------------------------+--------------------------------------------------------------+-------------------+
  15. | :ref:`PoolByteArray<class_PoolByteArray>` | :ref:`__data__<class_PackedDataContainer_property___data__>` | PoolByteArray( ) |
  16. +-------------------------------------------+--------------------------------------------------------------+-------------------+
  17. Methods
  18. -------
  19. +---------------------------------------+----------------------------------------------------------------------------------------------------+
  20. | :ref:`Error<enum_@GlobalScope_Error>` | :ref:`pack<class_PackedDataContainer_method_pack>` **(** :ref:`Variant<class_Variant>` value **)** |
  21. +---------------------------------------+----------------------------------------------------------------------------------------------------+
  22. | :ref:`int<class_int>` | :ref:`size<class_PackedDataContainer_method_size>` **(** **)** const |
  23. +---------------------------------------+----------------------------------------------------------------------------------------------------+
  24. Property Descriptions
  25. ---------------------
  26. .. _class_PackedDataContainer_property___data__:
  27. - :ref:`PoolByteArray<class_PoolByteArray>` **__data__**
  28. +-----------+-------------------+
  29. | *Default* | PoolByteArray( ) |
  30. +-----------+-------------------+
  31. Method Descriptions
  32. -------------------
  33. .. _class_PackedDataContainer_method_pack:
  34. - :ref:`Error<enum_@GlobalScope_Error>` **pack** **(** :ref:`Variant<class_Variant>` value **)**
  35. .. _class_PackedDataContainer_method_size:
  36. - :ref:`int<class_int>` **size** **(** **)** const