VisualScriptVariableSet.xml 730 B

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="VisualScriptVariableSet" inherits="VisualScriptNode" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
  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. <methods>
  17. </methods>
  18. <members>
  19. <member name="var_name" type="String" setter="set_variable" getter="get_variable" default="&quot;&quot;">
  20. The variable's name.
  21. </member>
  22. </members>
  23. <constants>
  24. </constants>
  25. </class>