2017-09-12 22:42:36 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2022-02-14 14:18:53 +01:00
|
|
|
<class name="VisualScriptSelect" inherits="VisualScriptNode" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
|
2017-09-12 22:42:36 +02:00
|
|
|
<brief_description>
|
2017-10-15 20:48:13 +02:00
|
|
|
Chooses between two input values.
|
2017-09-12 22:42:36 +02:00
|
|
|
</brief_description>
|
|
|
|
<description>
|
2017-10-15 20:48:13 +02:00
|
|
|
Chooses between two input values based on a Boolean condition.
|
|
|
|
[b]Input Ports:[/b]
|
|
|
|
- Data (boolean): [code]cond[/code]
|
|
|
|
- Data (variant): [code]a[/code]
|
|
|
|
- Data (variant): [code]b[/code]
|
|
|
|
[b]Output Ports:[/b]
|
|
|
|
- Data (variant): [code]out[/code]
|
2017-09-12 22:42:36 +02:00
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<members>
|
2019-06-29 12:38:01 +02:00
|
|
|
<member name="type" type="int" setter="set_typed" getter="get_typed" enum="Variant.Type" default="0">
|
2017-10-15 20:48:13 +02:00
|
|
|
The input variables' type.
|
2017-09-12 22:42:36 +02:00
|
|
|
</member>
|
|
|
|
</members>
|
|
|
|
</class>
|