Updated docs and added constants to tracker

This commit is contained in:
n00b87
2026-02-26 15:33:51 -06:00
parent aa7667c838
commit 9dbb4b6b5f
2332 changed files with 6219 additions and 2761 deletions

View File

@@ -1,5 +1,5 @@
#title setJointMaxForce [RCBasic Doc]
#header sub setJointMaxForce( joint_id, force)
#title SetJointMaxForce [RCBasic Doc]
#header Sub SetJointMaxForce( joint_id, force)
Sets an upper limit on the amount of force the joint can apply to the connected bodies, helping to control how much resistance or power the joint provides.
@@ -8,3 +8,4 @@ Used with
#li Motor Joint
#li Friction Joint
#/list