mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
63 lines
3.7 KiB
ReStructuredText
63 lines
3.7 KiB
ReStructuredText
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
|
.. DO NOT EDIT THIS FILE, but the GDNative.xml source instead.
|
|
.. The source is found in doc/classes or modules/<name>/doc_classes.
|
|
|
|
.. _class_GDNative:
|
|
|
|
GDNative
|
|
========
|
|
|
|
**Inherits:** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
|
|
|
|
**Category:** Core
|
|
|
|
Brief Description
|
|
-----------------
|
|
|
|
|
|
|
|
Member Functions
|
|
----------------
|
|
|
|
+------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`Variant<class_variant>` | :ref:`call_native<class_GDNative_call_native>` **(** :ref:`String<class_string>` calling_type, :ref:`String<class_string>` procedure_name, :ref:`Array<class_array>` arguments **)** |
|
|
+------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`GDNativeLibrary<class_gdnativelibrary>` | :ref:`get_library<class_GDNative_get_library>` **(** **)** |
|
|
+------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`bool<class_bool>` | :ref:`initialize<class_GDNative_initialize>` **(** **)** |
|
|
+------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_library<class_GDNative_set_library>` **(** :ref:`GDNativeLibrary<class_gdnativelibrary>` library **)** |
|
|
+------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`bool<class_bool>` | :ref:`terminate<class_GDNative_terminate>` **(** **)** |
|
|
+------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
Member Variables
|
|
----------------
|
|
|
|
- :ref:`GDNativeLibrary<class_gdnativelibrary>` **library**
|
|
|
|
Member Function Description
|
|
---------------------------
|
|
|
|
.. _class_GDNative_call_native:
|
|
|
|
- :ref:`Variant<class_variant>` **call_native** **(** :ref:`String<class_string>` calling_type, :ref:`String<class_string>` procedure_name, :ref:`Array<class_array>` arguments **)**
|
|
|
|
.. _class_GDNative_get_library:
|
|
|
|
- :ref:`GDNativeLibrary<class_gdnativelibrary>` **get_library** **(** **)**
|
|
|
|
.. _class_GDNative_initialize:
|
|
|
|
- :ref:`bool<class_bool>` **initialize** **(** **)**
|
|
|
|
.. _class_GDNative_set_library:
|
|
|
|
- void **set_library** **(** :ref:`GDNativeLibrary<class_gdnativelibrary>` library **)**
|
|
|
|
.. _class_GDNative_terminate:
|
|
|
|
- :ref:`bool<class_bool>` **terminate** **(** **)**
|
|
|
|
|