Files
RCBASIC4/doc/files/applyspriteangularimpulse.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

7 lines
285 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 applySpriteAngularImpulse [RCBasic Doc]
#header sub applySpriteAngularImpulse( spr_id, impulse)
Apply an angular impulse to a body. This method affects the bodys rotational motion, changing its angular velocity based on the impulse applied.
#ref ApplySpriteLinearImpulse