godot/modules/visual_script/doc_classes/VisualScriptComposeArray.xml
Swarnim Arun 59738e3fa3
Visualscript editor graph unification & refactoring
Removes the need to have separate graphs per function for the VisualScript Nodes, and refactoring UI and other improvements such as fuzzy search, right click search boxes and in-graph editable nodes
2019-09-26 01:53:58 +05:30

16 lines
508 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<class name="VisualScriptComposeArray" inherits="VisualScriptLists" category="Core" version="3.2">
<brief_description>
A Visual Script Node used to create array from a list of items.
</brief_description>
<description>
A Visual Script Node used to compose array from the list of elements provided with custom in-graph UI hard coded in the VisualScript Editor.
</description>
<tutorials>
</tutorials>
<methods>
</methods>
<constants>
</constants>
</class>