Fix small issues with the docs.

This commit is contained in:
Relintai 2023-01-14 14:35:47 +01:00
parent 8f380676a3
commit 67368542ad
3 changed files with 13 additions and 1 deletions

View File

@ -21,5 +21,11 @@
</member> </member>
</members> </members>
<constants> <constants>
<constant name="SLIDE" value="0" enum="MovementType">
</constant>
<constant name="COLLIDE" value="1" enum="MovementType">
</constant>
<constant name="POSITION" value="2" enum="MovementType">
</constant>
</constants> </constants>
</class> </class>

View File

@ -21,5 +21,11 @@
</member> </member>
</members> </members>
<constants> <constants>
<constant name="SLIDE" value="0" enum="MovementType">
</constant>
<constant name="COLLIDE" value="1" enum="MovementType">
</constant>
<constant name="POSITION" value="2" enum="MovementType">
</constant>
</constants> </constants>
</class> </class>

View File

@ -21,8 +21,8 @@
<method name="calculate_steering"> <method name="calculate_steering">
<return type="void" /> <return type="void" />
<argument index="0" name="acceleration" type="GSAITargetAcceleration" /> <argument index="0" name="acceleration" type="GSAITargetAcceleration" />
The calculate_steering function is the entry point for all behaviors. Sets the acceleration with the behavior's desired amount of acceleration.
<description> <description>
The calculate_steering function is the entry point for all behaviors. Sets the acceleration with the behavior's desired amount of acceleration.
</description> </description>
</method> </method>
</methods> </methods>