59738e3fa3
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
15 lines
508 B
XML
15 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>
|