12 lines
419 B
Plaintext
12 lines
419 B
Plaintext
#title ApplyActorCentralForceLocal [RCBasic Doc]
|
|
#header Sub ApplyActorCentralForceLocal( actor, x, y, z)
|
|
|
|
Applies a force to the center of mass of an actor in local 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 ApplyActorCentralForceWorld ApplyActorCentralImpulseLocal ApplyActorCentralImpulseWorld
|
|
|