Skip to content

Commit

Permalink
chore(PHYSICS/AddRope): Updated wording based on review
Browse files Browse the repository at this point in the history
  • Loading branch information
JayPaulinCodes committed Aug 6, 2024
1 parent 531f415 commit eca89fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PHYSICS/AddRope.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ enum ePhysicsRopeType {
* **rotY**: Rotation Y component.
* **rotZ**: Rotation Z component.
* **maxLength**: The maximum length the rope can droop.
* **ropeType**: The zero-based index of the entry in the `ropedata.xml` file. *NOTE: Using an index which does not exist will crash the game. As of right now, valid values are from `0` to `7` inclusive.*
* **ropeType**: The zero-based index of the entry in the `ropedata.xml` file. *NOTE: Using an index which does not exist will crash the game. As of game build 3258, valid values are from `0` to `7` inclusive.*
* **initLength**: The initial length of the rope.
* **minLength**: The minimum length the rope can be.
* **lengthChangeRate**: The speed in which the rope will wind if winding is started.
Expand Down

0 comments on commit eca89fd

Please sign in to comment.