pandemonium_engine/modules/steering_ai/doc_classes/GSAISeek.xml

21 lines
610 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="GSAISeek" inherits="GSAISteeringBehavior">
2023-01-14 13:38:58 +01:00
<brief_description>
Calculates an acceleration to take an agent to a target agent's position directly.
2023-01-14 13:38:58 +01:00
</brief_description>
<description>
Calculates an acceleration to take an agent to a target agent's position directly.
2023-01-14 13:38:58 +01:00
</description>
<tutorials>
</tutorials>
<methods>
</methods>
<members>
<member name="target" type="GSAIAgentLocation" setter="set_target" getter="get_target">
The target that the behavior aims to move the agent to.
2023-01-14 13:38:58 +01:00
</member>
</members>
<constants>
</constants>
</class>