ATTACH LLLEG: Difference between revisions
Jump to navigation
Jump to search
New page: {{LSL Constant |name=ATTACH_LLLEG |type=integer |value=27 |desc=Left lower leg |examples |functions= {{LSL DefineRow||llAttachToAvatar|}} {{LSL DefineRow||{{LSLG|llGetAttached}}|Gets t... |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{{LSL Constant | {{LSL Constant/Attachment}}{{LSL Constant | ||
|name=ATTACH_LLLEG | |name=ATTACH_LLLEG | ||
|type=integer | |type=integer | ||
| Line 5: | Line 5: | ||
|desc=Left lower leg | |desc=Left lower leg | ||
|examples | |examples | ||
|functions | |functions | ||
|events | |events | ||
|cat1=Attachment | |cat1=Attachment | ||
Latest revision as of 15:09, 11 October 2008
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer ATTACH_LLLEG = 27;The integer constant ATTACH_LLLEG has the value 27
Left lower leg
Caveats
Related Articles
Constants
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Functions
| • | llAttachToAvatar | – | Try to attach the object to an avatar | |
| • | llGetAttached | – | Gets the attach point number |
Events
| • | attach | – | Triggered when object is attached or detached |