From 6172f09703847aeac556abf2fca5169e73d22f97 Mon Sep 17 00:00:00 2001 From: Chris Bradfield Date: Sat, 14 Oct 2017 20:11:00 -0700 Subject: [DOCS] Update 12 VisualScript* nodes --- doc/classes/VisualScriptSwitch.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc/classes/VisualScriptSwitch.xml') diff --git a/doc/classes/VisualScriptSwitch.xml b/doc/classes/VisualScriptSwitch.xml index 95ed73737..2540ae54c 100644 --- a/doc/classes/VisualScriptSwitch.xml +++ b/doc/classes/VisualScriptSwitch.xml @@ -1,8 +1,19 @@ + Branches program flow based on a given input's value. + Branches the flow based on an input's value. Use "Case Count" in the Inspector to set the number of branches and each comparison's optional type. + [b]Input Ports:[/b] + - Sequence: [code]'input' is[/code] + - Data (variant): [code]=[/code] + - Data (variant): [code]=[/code] (optional) + - Data (variant): [code]input[/code] + [b]Output Ports:[/b] + - Sequence + - Sequence (optional) + - Sequence: [code]done[/code] -- cgit v1.2.3-70-g09d2