pandemonium_engine/modules/steering_ai/doc_classes/GSAISeek.xml

21 lines
610 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<class name="GSAISeek" inherits="GSAISteeringBehavior">
<brief_description>
Calculates an acceleration to take an agent to a target agent's position directly.
</brief_description>
<description>
Calculates an acceleration to take an agent to a target agent's position directly.
</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.
</member>
</members>
<constants>
</constants>
</class>