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
integer llSubStringIndex(string source, string pattern)
string llStringToBase64(string str)
void llResetLandBanList()
integer llRound(float f)
vector llGetPos()
rotation llGetLocalRot()
void llTriggerSoundLimited(string sound, float volume, vector top_north_east, vector bottom_south_west)
integer llGetInventoryType(string name)