pandemonium_engine/modules/steering_ai/doc_classes/GSAIGroupBehavior.xml

30 lines
944 B
XML
Raw Normal View History

2023-01-14 13:38:58 +01:00
<?xml version="1.0" encoding="UTF-8" ?>
2024-09-20 10:03:06 +02:00
<class name="GSAIGroupBehavior" inherits="GSAISteeringBehavior">
2023-01-14 13:38:58 +01:00
<brief_description>
Base type for group-based steering behaviors.
2023-01-14 13:38:58 +01:00
</brief_description>
<description>
Base type for group-based steering behaviors.
2023-01-14 13:38:58 +01:00
</description>
<tutorials>
</tutorials>
<methods>
<method name="_report_neighbor" qualifiers="virtual">
<return type="bool" />
<argument index="0" name="neighbor" type="GSAISteeringAgent" />
<description>
</description>
</method>
</methods>
<members>
<member name="_callback" type="FuncRef" setter="set_callback" getter="get_callback">
Internal callback for the behavior to define whether or not a member is relevant
2023-01-14 13:38:58 +01:00
</member>
<member name="proximity" type="GSAIProximity" setter="set_proximity" getter="get_proximity">
Container to find neighbors of the agent and calculate group behavior.
2023-01-14 13:38:58 +01:00
</member>
</members>
<constants>
</constants>
</class>