class_gdnative.rst 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. :github_url: hide
  2. .. Generated automatically by doc/tools/make_rst.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. Properties
  10. ----------
  11. +-----------------------------------------------+-------------------------------------------------+
  12. | :ref:`GDNativeLibrary<class_GDNativeLibrary>` | :ref:`library<class_GDNative_property_library>` |
  13. +-----------------------------------------------+-------------------------------------------------+
  14. Methods
  15. -------
  16. +-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  17. | :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 **)** |
  18. +-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  19. | :ref:`bool<class_bool>` | :ref:`initialize<class_GDNative_method_initialize>` **(** **)** |
  20. +-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  21. | :ref:`bool<class_bool>` | :ref:`terminate<class_GDNative_method_terminate>` **(** **)** |
  22. +-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  23. Property Descriptions
  24. ---------------------
  25. .. _class_GDNative_property_library:
  26. - :ref:`GDNativeLibrary<class_GDNativeLibrary>` **library**
  27. +----------+--------------------+
  28. | *Setter* | set_library(value) |
  29. +----------+--------------------+
  30. | *Getter* | get_library() |
  31. +----------+--------------------+
  32. Method Descriptions
  33. -------------------
  34. .. _class_GDNative_method_call_native:
  35. - :ref:`Variant<class_Variant>` **call_native** **(** :ref:`String<class_String>` calling_type, :ref:`String<class_String>` procedure_name, :ref:`Array<class_Array>` arguments **)**
  36. ----
  37. .. _class_GDNative_method_initialize:
  38. - :ref:`bool<class_bool>` **initialize** **(** **)**
  39. ----
  40. .. _class_GDNative_method_terminate:
  41. - :ref:`bool<class_bool>` **terminate** **(** **)**
  42. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  43. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  44. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`