class_visualscriptresourcepath.rst 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the VisualScriptResourcePath.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_VisualScriptResourcePath:
  5. VisualScriptResourcePath
  6. ========================
  7. **Inherits:** :ref:`VisualScriptNode<class_VisualScriptNode>` **<** :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:`String<class_String>` | :ref:`path<class_VisualScriptResourcePath_path>` |
  15. +-----------------------------+--------------------------------------------------+
  16. Property Descriptions
  17. ---------------------
  18. .. _class_VisualScriptResourcePath_path:
  19. - :ref:`String<class_String>` **path**
  20. +----------+--------------------------+
  21. | *Setter* | set_resource_path(value) |
  22. +----------+--------------------------+
  23. | *Getter* | get_resource_path() |
  24. +----------+--------------------------+