Difference between revisions of "ATTACH HUD BOTTOM RIGHT"
Jump to navigation
Jump to search
(New page: {{LSL Constant |name=ATTACH_HUD_BOTTOM_RIGHT |type=integer |value=38 |desc |examples |functions= {{LSL DefineRow||llAttachToAvatar|}} {{LSL DefineRow||{{LSLG|llGetAttached}}|Gets the a...) |
m |
||
Line 1: | Line 1: | ||
{{LSL Constant | {{LSL Constant/Attachment}}{{LSL Constant | ||
|name=ATTACH_HUD_BOTTOM_RIGHT | |name=ATTACH_HUD_BOTTOM_RIGHT | ||
|type=integer | |type=integer | ||
Line 5: | Line 5: | ||
|desc | |desc | ||
|examples | |examples | ||
|functions | |functions | ||
|events | |events | ||
|cat1=Attachment | |cat1=Attachment |
Latest revision as of 15:11, 11 October 2008
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer ATTACH_HUD_BOTTOM_RIGHT = 38;The integer constant ATTACH_HUD_BOTTOM_RIGHT has the value 38
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 |