mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-25 05:07:12 +01:00
Fix small issues with the docs.
This commit is contained in:
parent
8f380676a3
commit
67368542ad
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user