limboai/doc_classes/BBVariant.xml

18 lines
695 B
XML
Raw Permalink Normal View History

2022-11-01 20:31:22 +00:00
<?xml version="1.0" encoding="UTF-8" ?>
<class name="BBVariant" inherits="BBParam" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
2022-11-01 20:31:22 +00:00
<brief_description>
2023-10-27 11:32:55 +00:00
Variant-type parameter for [BehaviorTree] tasks. See [BBParam].
2022-11-01 20:31:22 +00:00
</brief_description>
<description>
2023-10-27 11:32:55 +00:00
Variant-type parameter intended for use with [BehaviorTree] tasks. See [BBParam].
The data type is specified by [member type].
2022-11-01 20:31:22 +00:00
</description>
<tutorials>
</tutorials>
<members>
<member name="type" type="int" setter="set_type" getter="get_type" enum="Variant.Type" default="0">
2023-10-27 11:32:55 +00:00
Specified [enum Variant.Type] for the parameter value.
2022-11-01 20:31:22 +00:00
</member>
</members>
</class>