VisualScriptDeconstruct.xml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="VisualScriptDeconstruct" inherits="VisualScriptNode" category="Core" version="3.0.alpha.custom_build">
  3. <brief_description>
  4. A Visual Script node which deconstructs a base type instance into its parts.
  5. </brief_description>
  6. <description>
  7. A Visual Script node which deconstructs a base type instance into its parts.
  8. </description>
  9. <tutorials>
  10. </tutorials>
  11. <demos>
  12. </demos>
  13. <methods>
  14. <method name="get_deconstruct_type" qualifiers="const">
  15. <return type="int" enum="Variant.Type">
  16. </return>
  17. <description>
  18. </description>
  19. </method>
  20. <method name="set_deconstruct_type">
  21. <return type="void">
  22. </return>
  23. <argument index="0" name="type" type="int" enum="Variant.Type">
  24. </argument>
  25. <description>
  26. </description>
  27. </method>
  28. </methods>
  29. <members>
  30. <member name="elem_cache" type="Array" setter="_set_elem_cache" getter="_get_elem_cache">
  31. </member>
  32. <member name="type" type="int" setter="set_deconstruct_type" getter="get_deconstruct_type" enum="Variant.Type">
  33. The type to deconstruct.
  34. </member>
  35. </members>
  36. <constants>
  37. </constants>
  38. </class>