class_visualscripttypecast.rst 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. :github_url: hide
  2. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  3. .. DO NOT EDIT THIS FILE, but the VisualScriptTypeCast.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_VisualScriptTypeCast:
  6. VisualScriptTypeCast
  7. ====================
  8. **Inherits:** :ref:`VisualScriptNode<class_VisualScriptNode>` **<** :ref:`Resource<class_Resource>` **<** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
  9. Properties
  10. ----------
  11. +-----------------------------+---------------------------------------------------------------------+--------------+
  12. | :ref:`String<class_String>` | :ref:`base_script<class_VisualScriptTypeCast_property_base_script>` | ``""`` |
  13. +-----------------------------+---------------------------------------------------------------------+--------------+
  14. | :ref:`String<class_String>` | :ref:`base_type<class_VisualScriptTypeCast_property_base_type>` | ``"Object"`` |
  15. +-----------------------------+---------------------------------------------------------------------+--------------+
  16. Property Descriptions
  17. ---------------------
  18. .. _class_VisualScriptTypeCast_property_base_script:
  19. - :ref:`String<class_String>` **base_script**
  20. +-----------+------------------------+
  21. | *Default* | ``""`` |
  22. +-----------+------------------------+
  23. | *Setter* | set_base_script(value) |
  24. +-----------+------------------------+
  25. | *Getter* | get_base_script() |
  26. +-----------+------------------------+
  27. ----
  28. .. _class_VisualScriptTypeCast_property_base_type:
  29. - :ref:`String<class_String>` **base_type**
  30. +-----------+----------------------+
  31. | *Default* | ``"Object"`` |
  32. +-----------+----------------------+
  33. | *Setter* | set_base_type(value) |
  34. +-----------+----------------------+
  35. | *Getter* | get_base_type() |
  36. +-----------+----------------------+
  37. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  38. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  39. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`