Skip to content

Commit

Permalink
Docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Natashi committed Feb 6, 2022
1 parent 6c86b51 commit 48db7d2
Showing 1 changed file with 52 additions and 5 deletions.
57 changes: 52 additions & 5 deletions New Functions Documentation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3828,17 +3828,64 @@ ALL ARGUMENTS ARE FLOATS UNLESS STATED OTHERWISE
LERP_DECELERATE:
Decelerating interpolation.

ObjMove_AddPatternA5
ObjMove_AddPatternA2
Arguments:
1) (int) object ID
2) (int) frame
3) speed
4) angle
5) acceleration
6) angular velocity
7) max speed
8) angular acceleration
9) angular max velocity
6) max speed
7) angular velocity
Description:
Change.

Swapped max speed and angular velocity.

ObjMove_AddPatternA3
Arguments:
1) (int) object ID
2) (int) frame
3) speed
4) angle
5) acceleration
6) max speed
7) angular velocity
8) (int) shot graphic ID
Description:
Change.

Swapped max speed and angular velocity.

ObjMove_AddPatternA4
Arguments:
1) (int) object ID
2) (int) frame
3) speed
4) angle
5) acceleration
6) max speed
7) angular velocity
8) (int) shot graphic ID
9) (int) relative object ID
Description:
Change.

Swapped max speed and angular velocity.

ObjMove_AddPatternA5
Arguments:
1) (int) object ID
2) (int) frame
3) speed
4) angle
5) acceleration
6) max speed
7) angular velocity
8) angular acceleration
9) angular max velocity
10) (int) shot graphic ID
11) (int) relative object ID
Description:
Self-explanatory.

Expand Down

0 comments on commit 48db7d2

Please sign in to comment.