class_gdnativelibrary.rst 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the GDNativeLibrary.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_GDNativeLibrary:
  5. GDNativeLibrary
  6. ===============
  7. **Inherits:** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
  8. **Category:** Core
  9. Brief Description
  10. -----------------
  11. Member Functions
  12. ----------------
  13. +------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
  14. | :ref:`String<class_string>` | :ref:`get_active_library_path<class_GDNativeLibrary_get_active_library_path>` **(** **)** const |
  15. +------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
  16. | :ref:`String<class_string>` | :ref:`get_library_path<class_GDNativeLibrary_get_library_path>` **(** :ref:`String<class_string>` platform **)** const |
  17. +------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
  18. | :ref:`bool<class_bool>` | :ref:`is_singleton_gdnative<class_GDNativeLibrary_is_singleton_gdnative>` **(** **)** const |
  19. +------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
  20. | void | :ref:`set_library_path<class_GDNativeLibrary_set_library_path>` **(** :ref:`String<class_string>` platform, :ref:`String<class_string>` path **)** |
  21. +------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
  22. | void | :ref:`set_singleton_gdnative<class_GDNativeLibrary_set_singleton_gdnative>` **(** :ref:`bool<class_bool>` singleton **)** |
  23. +------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
  24. Member Variables
  25. ----------------
  26. - :ref:`bool<class_bool>` **singleton_gdnative**
  27. Member Function Description
  28. ---------------------------
  29. .. _class_GDNativeLibrary_get_active_library_path:
  30. - :ref:`String<class_string>` **get_active_library_path** **(** **)** const
  31. .. _class_GDNativeLibrary_get_library_path:
  32. - :ref:`String<class_string>` **get_library_path** **(** :ref:`String<class_string>` platform **)** const
  33. .. _class_GDNativeLibrary_is_singleton_gdnative:
  34. - :ref:`bool<class_bool>` **is_singleton_gdnative** **(** **)** const
  35. .. _class_GDNativeLibrary_set_library_path:
  36. - void **set_library_path** **(** :ref:`String<class_string>` platform, :ref:`String<class_string>` path **)**
  37. .. _class_GDNativeLibrary_set_singleton_gdnative:
  38. - void **set_singleton_gdnative** **(** :ref:`bool<class_bool>` singleton **)**