classref: Sync with current source

This commit is contained in:
Rémi Verschelde
2017-10-21 12:02:08 +02:00
parent 722a2bb9db
commit 8652c1d5b1
15 changed files with 2137 additions and 60 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="VisualScriptSequence" inherits="VisualScriptNode" category="Core" version="3.0.alpha.custom_build">
<brief_description>
Executes a series of Sequence ports.
Executes a series of Sequence ports.
</brief_description>
<description>
Steps through a series of one or more output Sequence ports. The [code]current[/code] data port outputs the currently executing item.