VisualScriptVariableSet.xml 703 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="VisualScriptVariableSet" inherits="VisualScriptNode" version="4.0" 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. <members>
  17. <member name="var_name" type="StringName" setter="set_variable" getter="get_variable" default="&amp;&quot;&quot;">
  18. The variable's name.
  19. </member>
  20. </members>
  21. </class>