VisualScriptLocalVarSet.xml 897 B

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="VisualScriptLocalVarSet" inherits="VisualScriptNode" category="Core" version="3.2">
  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. <demos>
  18. </demos>
  19. <methods>
  20. </methods>
  21. <members>
  22. <member name="type" type="int" setter="set_var_type" getter="get_var_type" enum="Variant.Type">
  23. The local variable's type.
  24. </member>
  25. <member name="var_name" type="String" setter="set_var_name" getter="get_var_name">
  26. The local variable's name.
  27. </member>
  28. </members>
  29. <constants>
  30. </constants>
  31. </class>