2
0

class_gdnative.rst 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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 GDNative.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_GDNative:
  6. GDNative
  7. ========
  8. **Inherits:** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
  9. **Category:** Core
  10. Brief Description
  11. -----------------
  12. Properties
  13. ----------
  14. +-----------------------------------------------+-------------------------------------------------+
  15. | :ref:`GDNativeLibrary<class_GDNativeLibrary>` | :ref:`library<class_GDNative_property_library>` |
  16. +-----------------------------------------------+-------------------------------------------------+
  17. Methods
  18. -------
  19. +-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  20. | :ref:`Variant<class_Variant>` | :ref:`call_native<class_GDNative_method_call_native>` **(** :ref:`String<class_String>` calling_type, :ref:`String<class_String>` procedure_name, :ref:`Array<class_Array>` arguments **)** |
  21. +-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  22. | :ref:`bool<class_bool>` | :ref:`initialize<class_GDNative_method_initialize>` **(** **)** |
  23. +-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  24. | :ref:`bool<class_bool>` | :ref:`terminate<class_GDNative_method_terminate>` **(** **)** |
  25. +-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  26. Property Descriptions
  27. ---------------------
  28. .. _class_GDNative_property_library:
  29. - :ref:`GDNativeLibrary<class_GDNativeLibrary>` **library**
  30. +----------+--------------------+
  31. | *Setter* | set_library(value) |
  32. +----------+--------------------+
  33. | *Getter* | get_library() |
  34. +----------+--------------------+
  35. Method Descriptions
  36. -------------------
  37. .. _class_GDNative_method_call_native:
  38. - :ref:`Variant<class_Variant>` **call_native** **(** :ref:`String<class_String>` calling_type, :ref:`String<class_String>` procedure_name, :ref:`Array<class_Array>` arguments **)**
  39. ----
  40. .. _class_GDNative_method_initialize:
  41. - :ref:`bool<class_bool>` **initialize** **(** **)**
  42. ----
  43. .. _class_GDNative_method_terminate:
  44. - :ref:`bool<class_bool>` **terminate** **(** **)**