VisualScriptVariableSet.xml 647 B

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="VisualScriptVariableSet" inherits="VisualScriptNode" category="Core" version="3.2">
  3. <brief_description>
  4. Changes a variable's value.
  5. </brief_description>
  6. <description>
  7. Changes a variable's value to the given input.
  8. [b]Input Ports:[/b]
  9. - Sequence
  10. - Data (variant): [code]set[/code]
  11. [b]Output Ports:[/b]
  12. - Sequence
  13. </description>
  14. <tutorials>
  15. </tutorials>
  16. <demos>
  17. </demos>
  18. <methods>
  19. </methods>
  20. <members>
  21. <member name="var_name" type="String" setter="set_variable" getter="get_variable">
  22. The variable's name.
  23. </member>
  24. </members>
  25. <constants>
  26. </constants>
  27. </class>