VisualScriptLocalVar.xml 890 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="VisualScriptLocalVar" inherits="VisualScriptNode" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
  3. <brief_description>
  4. Gets a local variable's value.
  5. </brief_description>
  6. <description>
  7. Returns a local 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]get[/code]
  12. </description>
  13. <tutorials>
  14. </tutorials>
  15. <members>
  16. <member name="type" type="int" setter="set_var_type" getter="get_var_type" enum="Variant.Type" default="0">
  17. The local variable's type.
  18. </member>
  19. <member name="var_name" type="StringName" setter="set_var_name" getter="get_var_name" default="&amp;&quot;new_local&quot;">
  20. The local variable's name.
  21. </member>
  22. </members>
  23. </class>