2022-03-15 13:29:32 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2023-01-14 13:38:58 +01:00
|
|
|
<class name="AIFormation" inherits="Resource" version="3.11">
|
2022-03-15 13:29:32 +01:00
|
|
|
<brief_description>
|
|
|
|
Class for scriptable AI formations. Not yet used. Needs pet support.
|
|
|
|
</brief_description>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<methods>
|
|
|
|
<method name="_get_position" qualifiers="virtual">
|
|
|
|
<return type="Vector3" />
|
|
|
|
<argument index="0" name="slot_index" type="int" />
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="_on_set_owner" qualifiers="virtual">
|
|
|
|
<return type="void" />
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_position">
|
|
|
|
<return type="Vector3" />
|
|
|
|
<argument index="0" name="slot_index" type="int" />
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
</methods>
|
|
|
|
<members>
|
|
|
|
<member name="owner" type="Entity" setter="set_owner" getter="get_owner">
|
|
|
|
</member>
|
|
|
|
</members>
|
|
|
|
<constants>
|
|
|
|
</constants>
|
|
|
|
</class>
|