VisualScriptLocalVarSet.xml 1001 B

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="VisualScriptLocalVarSet" inherits="VisualScriptNode" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
  3. <brief_description>
  4. Changes a local variable's value.
  5. </brief_description>
  6. <description>
  7. Changes a local variable's value to the given input. The new value is also provided on an output Data port.
  8. [b]Input Ports:[/b]
  9. - Sequence
  10. - Data (variant): [code]set[/code]
  11. [b]Output Ports:[/b]
  12. - Sequence
  13. - Data (variant): [code]get[/code]
  14. </description>
  15. <tutorials>
  16. </tutorials>
  17. <methods>
  18. </methods>
  19. <members>
  20. <member name="type" type="int" setter="set_var_type" getter="get_var_type" enum="Variant.Type" default="0">
  21. The local variable's type.
  22. </member>
  23. <member name="var_name" type="String" setter="set_var_name" getter="get_var_name" default="&quot;new_local&quot;">
  24. The local variable's name.
  25. </member>
  26. </members>
  27. <constants>
  28. </constants>
  29. </class>