diff options
| author | Rémi Verschelde | 2017-11-15 19:23:20 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-11-15 21:29:33 +0100 |
| commit | 677e95d8d189a62e6473b43989012a8258f193a4 (patch) | |
| tree | a68e77b5d7bd8a319131e632da91f6b86acf7768 /doc/classes/VisualScriptSequence.xml | |
| parent | e7701bb2de30c554f52dc9d3f0110b4001ae18ad (diff) | |
| download | godot-677e95d8d189a62e6473b43989012a8258f193a4.tar.gz godot-677e95d8d189a62e6473b43989012a8258f193a4.tar.zst godot-677e95d8d189a62e6473b43989012a8258f193a4.zip | |
doc: Make all module docs self-contained
Diffstat (limited to 'doc/classes/VisualScriptSequence.xml')
| -rw-r--r-- | doc/classes/VisualScriptSequence.xml | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/doc/classes/VisualScriptSequence.xml b/doc/classes/VisualScriptSequence.xml deleted file mode 100644 index 51238070d..000000000 --- a/doc/classes/VisualScriptSequence.xml +++ /dev/null @@ -1,42 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<class name="VisualScriptSequence" inherits="VisualScriptNode" category="Core" version="3.0-alpha"> - <brief_description> - 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. - [b]Input Ports:[/b] - - Sequence: [code]in order[/code] - [b]Output Ports:[/b] - - Sequence: [code]1[/code] - - Sequence: [code]2 - n[/code] (optional) - - Data (int): [code]current[/code] - </description> - <tutorials> - </tutorials> - <demos> - </demos> - <methods> - <method name="get_steps" qualifiers="const"> - <return type="int"> - </return> - <description> - </description> - </method> - <method name="set_steps"> - <return type="void"> - </return> - <argument index="0" name="steps" type="int"> - </argument> - <description> - </description> - </method> - </methods> - <members> - <member name="steps" type="int" setter="set_steps" getter="get_steps"> - The number of steps in the sequence. - </member> - </members> - <constants> - </constants> -</class> |
