Added docs and project management tool update

This commit is contained in:
n00b
2024-10-06 01:39:47 -04:00
parent 00309fa481
commit 641c5c86ca
1544 changed files with 10572 additions and 2904 deletions

View File

@@ -0,0 +1,12 @@
#title ApplyActorImpulseLocal [RCBasic Doc]
#header sub ApplyActorImpulseLocal( actor, x, y, z, rel_x, rel_y, rel_z)
Applies an impulse to an actor at a specific point. Unlike ApplyActorCentralImpulse(local/world), which applies impulse only at the center of mass (affecting linear velocity), this can generate both linear motion and rotation (torque), depending on where the force is applied relative to the center of mass.
#list
#li x,y,z - direction of the impulse
#li rel_x, rel_y, rel_z - position to apply the force to relative to the center of mass
#/list
#ref ApplyActorImpulseWorld ApplyActorForceLocal ApplyActorForceWorld