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>
</members>
<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>
</class>

View File

@ -21,5 +21,11 @@
</member>
</members>
<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>
</class>

View File

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