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