VisualScriptVariableSet.xml 982 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="VisualScriptVariableSet" inherits="VisualScriptNode" category="Core" version="3.0.alpha.custom_build">
  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. <method name="get_variable" qualifiers="const">
  20. <return type="String">
  21. </return>
  22. <description>
  23. </description>
  24. </method>
  25. <method name="set_variable">
  26. <return type="void">
  27. </return>
  28. <argument index="0" name="name" type="String">
  29. </argument>
  30. <description>
  31. </description>
  32. </method>
  33. </methods>
  34. <members>
  35. <member name="var_name" type="String" setter="set_variable" getter="get_variable">
  36. The variable's name.
  37. </member>
  38. </members>
  39. <constants>
  40. </constants>
  41. </class>