class_visualscriptself.rst 718 B

1234567891011121314151617181920212223242526272829303132
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the VisualScriptSelf.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_VisualScriptSelf:
  5. VisualScriptSelf
  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. Outputs a reference to the current instance.
  12. Description
  13. -----------
  14. Provides a reference to the node running the visual script.
  15. **Input Ports:**
  16. none
  17. **Output Ports:**
  18. - Data (object): ``instance``