llSetForceAndTorque
LSLvoid llSetForceAndTorque(vector force, vector torque, integer local)
Sets the Force and Torque of object, in object-local coordinates if Local == TRUE (otherwise, the region reference frame is used).\ Only works on physical objects.
Parameters
| Type | Name |
|---|---|
| vector | force |
| vector | torque |
| integer | local |
Energy
10
The Linden Scripting Library — what every SL-compatible grid provides.
More in LSL
string llDumpList2String(list src, string seperator)
key llSendRemoteData(string channel, string dest, integer idata, string sdata)
float llLog10(float val)
void llGiveInventoryList(key destination, string folderName, list inventory)
void llSetVelocity(vector vel, integer local)
key llRequestURL()
void llSetLinkTexture(integer linknumber, string texture, integer face)
vector llsRGB2Linear(vector src)