VisualScriptVariableGet.xml 757 B

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="VisualScriptVariableGet" inherits="VisualScriptNode" version="3.5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
  3. <brief_description>
  4. Gets a variable's value.
  5. </brief_description>
  6. <description>
  7. Returns a variable's value. "Var Name" must be supplied, with an optional type.
  8. [b]Input Ports:[/b]
  9. none
  10. [b]Output Ports:[/b]
  11. - Data (variant): [code]value[/code]
  12. </description>
  13. <tutorials>
  14. </tutorials>
  15. <methods>
  16. </methods>
  17. <members>
  18. <member name="var_name" type="String" setter="set_variable" getter="get_variable" default="&quot;&quot;">
  19. The variable's name.
  20. </member>
  21. </members>
  22. <constants>
  23. </constants>
  24. </class>