Difference between revisions of "OBJECT ATTACHED POINT"
Jump to navigation
Jump to search
(Created page with "{{LSL Constant |name=OBJECT_ATTACHED_POINT |type=integer |value=19 |hvalue= |desc |examples |caveats= |functions={{LSL DefineRow||llGetObjectDetails|}} |events |cat1 |cat2 |c…") |
m |
||
Line 4: | Line 4: | ||
|value=19 | |value=19 | ||
|hvalue= | |hvalue= | ||
|desc | |desc=Used with [[llGetObjectDetails]], returns the value [[llGetAttached]] would return. | ||
|examples | |examples | ||
|caveats= | |caveats= | ||
|functions={{LSL DefineRow||[[llGetObjectDetails]]|}} | |functions={{LSL DefineRow||[[llGetObjectDetails]]|}} | ||
{{LSL DefineRow||[[llGetAttached]]}} | |||
|events | |events | ||
|cat1 | |cat1 |
Latest revision as of 15:22, 3 October 2013
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer OBJECT_ATTACHED_POINT = 19;The integer constant OBJECT_ATTACHED_POINT has the value 19
Used with llGetObjectDetails, returns the value llGetAttached would return.
Caveats
Related Articles
Functions
• | llGetObjectDetails | |||
• | llGetAttached |