VisualScriptVariableGet.xml 660 B

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="VisualScriptVariableGet" inherits="VisualScriptNode" category="Core" version="3.2">
  3. <brief_description>
  4. Gets a variable's value.
  5. </brief_description>
  6. <description>
  7. Returns a variable's value. "Var Name" must be supplied, with an optional type.
  8. [b]Input Ports:[/b]
  9. none
  10. [b]Output Ports:[/b]
  11. - Data (variant): [code]value[/code]
  12. </description>
  13. <tutorials>
  14. </tutorials>
  15. <demos>
  16. </demos>
  17. <methods>
  18. </methods>
  19. <members>
  20. <member name="var_name" type="String" setter="set_variable" getter="get_variable">
  21. The variable's name.
  22. </member>
  23. </members>
  24. <constants>
  25. </constants>
  26. </class>