Difference between revisions of "ATTACH RHAND"
Jump to navigation
Jump to search
(New page: {{LSL Constant |name=ATTACH_RHAND |type=integer |value=6 |desc |examples |functions= {{LSL DefineRow||llAttachToAvatar|}} {{LSL DefineRow||{{LSLG|llGetAttached}}|Gets the attach point ...) |
m |
||
Line 3: | Line 3: | ||
|type=integer | |type=integer | ||
|value=6 | |value=6 | ||
|desc | |desc=Indicates the right hand attach point, which just so happens to be the default attach point. | ||
|examples | |examples | ||
|constants= | |||
{{!}} | |||
{{LSL_Constants_Attachment}} | |||
|functions= | |functions= | ||
{{LSL DefineRow||[[llAttachToAvatar]]|}} | {{LSL DefineRow||[[llAttachToAvatar]]|}} | ||
{{LSL DefineRow|| | {{LSL DefineRow||[[llGetAttached]]|Gets the attach point number}} | ||
|events | |events= | ||
{{LSL DefineRow||[[attach]]|Triggered when object is attached or detached}} | |||
|cat1=Attachment | |cat1=Attachment | ||
|cat2 | |cat2 |
Revision as of 14:48, 11 October 2008
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer ATTACH_RHAND = 6;The integer constant ATTACH_RHAND has the value 6
Indicates the right hand attach point, which just so happens to be the default attach point.
Caveats
Related Articles
Constants
|
Functions
• | llAttachToAvatar | |||
• | llGetAttached | – | Gets the attach point number |
Events
• | attach | – | Triggered when object is attached or detached |