1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
- .. DO NOT EDIT THIS FILE, but the GDNativeLibrary.xml source instead.
- .. The source is found in doc/classes or modules/<name>/doc_classes.
- .. _class_GDNativeLibrary:
- GDNativeLibrary
- ===============
- **Inherits:** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
- **Category:** Core
- Brief Description
- -----------------
- Member Functions
- ----------------
- +------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`String<class_string>` | :ref:`get_active_library_path<class_GDNativeLibrary_get_active_library_path>` **(** **)** const |
- +------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`String<class_string>` | :ref:`get_library_path<class_GDNativeLibrary_get_library_path>` **(** :ref:`String<class_string>` platform **)** const |
- +------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`is_singleton_gdnative<class_GDNativeLibrary_is_singleton_gdnative>` **(** **)** const |
- +------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_library_path<class_GDNativeLibrary_set_library_path>` **(** :ref:`String<class_string>` platform, :ref:`String<class_string>` path **)** |
- +------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_singleton_gdnative<class_GDNativeLibrary_set_singleton_gdnative>` **(** :ref:`bool<class_bool>` singleton **)** |
- +------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
- Member Variables
- ----------------
- - :ref:`bool<class_bool>` **singleton_gdnative**
- Member Function Description
- ---------------------------
- .. _class_GDNativeLibrary_get_active_library_path:
- - :ref:`String<class_string>` **get_active_library_path** **(** **)** const
- .. _class_GDNativeLibrary_get_library_path:
- - :ref:`String<class_string>` **get_library_path** **(** :ref:`String<class_string>` platform **)** const
- .. _class_GDNativeLibrary_is_singleton_gdnative:
- - :ref:`bool<class_bool>` **is_singleton_gdnative** **(** **)** const
- .. _class_GDNativeLibrary_set_library_path:
- - void **set_library_path** **(** :ref:`String<class_string>` platform, :ref:`String<class_string>` path **)**
- .. _class_GDNativeLibrary_set_singleton_gdnative:
- - void **set_singleton_gdnative** **(** :ref:`bool<class_bool>` singleton **)**
|