Files
RCBASIC4/doc/files/getjointmaxmotorforce.txt
n00b 2a580f9686 Finished documentation
Finished documentation on sprite physics and joints
Fixed some bugs in sprite physics
Added safety checks for joint types
Added code to free up joints when a canvas is destroyed
2024-10-28 22:22:33 -04:00

9 lines
346 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#title getJointMaxMotorForce [RCBasic Doc]
#header function getJointMaxMotorForce( joint_id)
Returns the maximum linear force that the motor can apply to achieve the target speed set by SetMotorSpeed. This allows you to control the power or strength of the motor along the joints axis.
Used with Prismatic Joint
#ref SetJointMaxMotorForce