class_gdnativelibrary.rst 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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. Properties
  12. ----------
  13. +-------------------------------------+--------------------------------------------------------------------+
  14. | :ref:`ConfigFile<class_ConfigFile>` | :ref:`config_file<class_GDNativeLibrary_property_config_file>` |
  15. +-------------------------------------+--------------------------------------------------------------------+
  16. | :ref:`bool<class_bool>` | :ref:`load_once<class_GDNativeLibrary_property_load_once>` |
  17. +-------------------------------------+--------------------------------------------------------------------+
  18. | :ref:`bool<class_bool>` | :ref:`reloadable<class_GDNativeLibrary_property_reloadable>` |
  19. +-------------------------------------+--------------------------------------------------------------------+
  20. | :ref:`bool<class_bool>` | :ref:`singleton<class_GDNativeLibrary_property_singleton>` |
  21. +-------------------------------------+--------------------------------------------------------------------+
  22. | :ref:`String<class_String>` | :ref:`symbol_prefix<class_GDNativeLibrary_property_symbol_prefix>` |
  23. +-------------------------------------+--------------------------------------------------------------------+
  24. Methods
  25. -------
  26. +-----------------------------------------------+----------------------------------------------------------------------------------------------------------+
  27. | :ref:`PoolStringArray<class_PoolStringArray>` | :ref:`get_current_dependencies<class_GDNativeLibrary_method_get_current_dependencies>` **(** **)** const |
  28. +-----------------------------------------------+----------------------------------------------------------------------------------------------------------+
  29. | :ref:`String<class_String>` | :ref:`get_current_library_path<class_GDNativeLibrary_method_get_current_library_path>` **(** **)** const |
  30. +-----------------------------------------------+----------------------------------------------------------------------------------------------------------+
  31. Property Descriptions
  32. ---------------------
  33. .. _class_GDNativeLibrary_property_config_file:
  34. - :ref:`ConfigFile<class_ConfigFile>` **config_file**
  35. +----------+------------------------+
  36. | *Setter* | set_config_file(value) |
  37. +----------+------------------------+
  38. | *Getter* | get_config_file() |
  39. +----------+------------------------+
  40. .. _class_GDNativeLibrary_property_load_once:
  41. - :ref:`bool<class_bool>` **load_once**
  42. +----------+----------------------+
  43. | *Setter* | set_load_once(value) |
  44. +----------+----------------------+
  45. | *Getter* | should_load_once() |
  46. +----------+----------------------+
  47. .. _class_GDNativeLibrary_property_reloadable:
  48. - :ref:`bool<class_bool>` **reloadable**
  49. +----------+-----------------------+
  50. | *Setter* | set_reloadable(value) |
  51. +----------+-----------------------+
  52. | *Getter* | is_reloadable() |
  53. +----------+-----------------------+
  54. .. _class_GDNativeLibrary_property_singleton:
  55. - :ref:`bool<class_bool>` **singleton**
  56. +----------+----------------------+
  57. | *Setter* | set_singleton(value) |
  58. +----------+----------------------+
  59. | *Getter* | is_singleton() |
  60. +----------+----------------------+
  61. .. _class_GDNativeLibrary_property_symbol_prefix:
  62. - :ref:`String<class_String>` **symbol_prefix**
  63. +----------+--------------------------+
  64. | *Setter* | set_symbol_prefix(value) |
  65. +----------+--------------------------+
  66. | *Getter* | get_symbol_prefix() |
  67. +----------+--------------------------+
  68. Method Descriptions
  69. -------------------
  70. .. _class_GDNativeLibrary_method_get_current_dependencies:
  71. - :ref:`PoolStringArray<class_PoolStringArray>` **get_current_dependencies** **(** **)** const
  72. .. _class_GDNativeLibrary_method_get_current_library_path:
  73. - :ref:`String<class_String>` **get_current_library_path** **(** **)** const