Files
RCBASIC4/doc/files/applyactorcentralforceworld.txt
2026-02-26 15:33:51 -06:00

12 lines
419 B
Plaintext

#title ApplyActorCentralForceWorld [RCBasic Doc]
#header Sub ApplyActorCentralForceWorld( actor, x, y, z)
Applies a force to the center of mass of an actor in world coordinate space. This force impacts the linear velocity of the object without affecting its rotation.
#list
#li x,y,z - direction of the force
#/list
#ref ApplyActorCentralForceLocal ApplyActorCentralImpulseLocal ApplyActorCentralImpulseWorld