llLookAt
LSLvoid llLookAt(vector target, float strength, float damping)
Cause object name to point its forward axis towards Target, at a force controlled by Strength and Damping.\ Good Strength values are around half the mass of the object and good Damping values are less than 1/10th of the Strength.\ Asymmetrical shapes require smaller Damping. A Strength of 0.0 cancels the look at.
Parameters
| Type | Name |
|---|---|
| vector | target |
| float | strength |
| float | damping |
Energy
10
The Linden Scripting Library — what every SL-compatible grid provides.
More in LSL
void llSetLinkSitFlags(integer linknum, integer flags)
void llRotTargetRemove(integer number)
key llGetInventoryCreator(string item)
void llSetVehicleVectorParam(integer param, vector vec)
list llGetAnimationList(key id)
string llXorBase64(string str1, string str2)
key llDeleteKeyValue(string key)
list llListRandomize(list src, integer stride)