class_packeddatacontainer.rst 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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/PackedDataContainer.xml.
  6. .. _class_PackedDataContainer:
  7. PackedDataContainer
  8. ===================
  9. **Inherits:** :ref:`Resource<class_Resource>` **<** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  10. Properties
  11. ----------
  12. +-----------------------------------------------+--------------------------------------------------------------+-----------------------+
  13. | :ref:`PackedByteArray<class_PackedByteArray>` | :ref:`__data__<class_PackedDataContainer_property___data__>` | ``PackedByteArray()`` |
  14. +-----------------------------------------------+--------------------------------------------------------------+-----------------------+
  15. Methods
  16. -------
  17. +---------------------------------------+----------------------------------------------------------------------------------------------------+
  18. | :ref:`Error<enum_@GlobalScope_Error>` | :ref:`pack<class_PackedDataContainer_method_pack>` **(** :ref:`Variant<class_Variant>` value **)** |
  19. +---------------------------------------+----------------------------------------------------------------------------------------------------+
  20. | :ref:`int<class_int>` | :ref:`size<class_PackedDataContainer_method_size>` **(** **)** |const| |
  21. +---------------------------------------+----------------------------------------------------------------------------------------------------+
  22. Property Descriptions
  23. ---------------------
  24. .. _class_PackedDataContainer_property___data__:
  25. - :ref:`PackedByteArray<class_PackedByteArray>` **__data__**
  26. +-----------+-----------------------+
  27. | *Default* | ``PackedByteArray()`` |
  28. +-----------+-----------------------+
  29. Method Descriptions
  30. -------------------
  31. .. _class_PackedDataContainer_method_pack:
  32. - :ref:`Error<enum_@GlobalScope_Error>` **pack** **(** :ref:`Variant<class_Variant>` value **)**
  33. ----
  34. .. _class_PackedDataContainer_method_size:
  35. - :ref:`int<class_int>` **size** **(** **)** |const|
  36. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  37. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  38. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  39. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  40. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  41. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`