limboai/doc_classes/BlackboardPlan.xml

27 lines
998 B
XML
Raw Normal View History

2024-01-25 13:56:59 +00:00
<?xml version="1.0" encoding="UTF-8" ?>
<class name="BlackboardPlan" inherits="Resource" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
<brief_description>
Stores and manages variables that will be used in constructing new [Blackboard] instances.
</brief_description>
<description>
</description>
<tutorials>
</tutorials>
<methods>
<method name="create_blackboard">
<return type="Blackboard" />
<description>
Constructs a new instance of a [Blackboard] using this plan.
</description>
</method>
<method name="populate_blackboard">
<return type="void" />
<param index="0" name="blackboard" type="Blackboard" />
<param index="1" name="overwrite" type="bool" />
<description>
Populates [param blackboard] with the variables from this plan. If [param overwrite] is [code]true[/code], existing variables with the same names will be overwritten.
</description>
</method>
</methods>
2024-01-25 13:56:59 +00:00
</class>