2d20fc39aa
We already removed it from the online docs with #35132. Currently it can only be "Built-In Types" (Variant types) or "Core" (everything else), which is of limited use. We might also want to consider dropping it from `ClassDB` altogether in Godot 4.0.
24 lines
702 B
XML
24 lines
702 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="VisualScriptOperator" inherits="VisualScriptNode" version="3.2">
|
|
<brief_description>
|
|
</brief_description>
|
|
<description>
|
|
[b]Input Ports:[/b]
|
|
- Data (variant): [code]A[/code]
|
|
- Data (variant): [code]B[/code]
|
|
[b]Output Ports:[/b]
|
|
- Data (variant): [code]result[/code]
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
</methods>
|
|
<members>
|
|
<member name="operator" type="int" setter="set_operator" getter="get_operator" enum="Variant.Operator" default="6">
|
|
</member>
|
|
<member name="type" type="int" setter="set_typed" getter="get_typed" enum="Variant.Type" default="0">
|
|
</member>
|
|
</members>
|
|
<constants>
|
|
</constants>
|
|
</class>
|