You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: generated/experimental/category_docs.yaml
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,9 @@ asset_permissions:
25
25
options: Extra options applied to the transfer (currently unused).
26
26
tooltip: Transfers ownership of the object (or a copy of it, depending on Flags) to the specified agent. Returns an integer indicating the success or failure of the transfer.
27
27
attachments:
28
-
attach( key id ):
29
-
id: UUID of the avatar the object is attached to, or NULL_KEY if detached.
30
-
tooltip: Triggered whenever the object is attached to or detached from an avatar. Passes the UUID key of the avatar (id) if attached, or NULL_KEY if detached.
28
+
attach( key avatar ):
29
+
avatar: UUID of the avatar the object is attached to, or NULL_KEY if detached.
30
+
tooltip: Triggered whenever the object is attached to or detached from an avatar. Passes the UUID key of the avatar if attached, or NULL_KEY if detached.
31
31
llAttachToAvatar( integer attach_point ) -> void:
32
32
attach_point: ATTACH_* constant or integer value representing the target attachment point.
33
33
tooltip: Attaches the object to the avatar who has granted the PERMISSION_ATTACH permission. Takes the object into the user's inventory and attaches it at attach_point.
@@ -42,12 +42,12 @@ attachments:
42
42
tooltip: Returns the integer attachment point (an ATTACH_* constant) that the object is attached to, or 0 if it is unattached or pending detachment.
43
43
llGetAttachedList( key avatar ) -> list:
44
44
avatar: UUID of the avatar in the same region.
45
-
tooltip: Returns a list of object keys (UUIDs) corresponding to public, visible (non-HUD) attachments worn by the specified avatar, in the order they were attached. Returns a list with an error message
46
-
string on failure.
45
+
tooltip: Returns a list of object keys (UUIDs) worn by the specified avatar, in the order they were attached. HUDs are not included because they are neither public nor visible. Returns a list containing
46
+
an error message string on failure.
47
47
llGetAttachedListFiltered( key avatar, list options ) -> list:
48
48
avatar: UUID of the avatar in the same region.
49
49
options: A list of options to filter the returned attachments.
50
-
tooltip: Retrieves a list of attachment object keys worn by avatar in the order they were attached, filtered by options. Returns a list containing an error message string on failure.
50
+
tooltip: Returns a list of object keys (UUIDs) worn by the specified avatar, in the order they were attached, filtered by options. Returns a list containing an error message string on failure.
51
51
avatar:
52
52
control( key id, integer level, integer edge ):
53
53
id: UUID of the avatar whose inputs are captured.
@@ -117,12 +117,12 @@ avatar:
117
117
tooltip: Returns a string representing the name of the animation currently overriding the specified anim_state. Requires the PERMISSION_OVERRIDE_ANIMATIONS or PERMISSION_TRIGGER_ANIMATION runtime permission.
118
118
llGetAttachedList( key avatar ) -> list:
119
119
avatar: UUID of the avatar in the same region.
120
-
tooltip: Returns a list of object keys (UUIDs) corresponding to public, visible (non-HUD) attachments worn by the specified avatar, in the order they were attached. Returns a list with an error message
121
-
string on failure.
120
+
tooltip: Returns a list of object keys (UUIDs) worn by the specified avatar, in the order they were attached. HUDs are not included because they are neither public nor visible. Returns a list containing
121
+
an error message string on failure.
122
122
llGetAttachedListFiltered( key avatar, list options ) -> list:
123
123
avatar: UUID of the avatar in the same region.
124
124
options: A list of options to filter the returned attachments.
125
-
tooltip: Retrieves a list of attachment object keys worn by avatar in the order they were attached, filtered by options. Returns a list containing an error message string on failure.
125
+
tooltip: Returns a list of object keys (UUIDs) worn by the specified avatar, in the order they were attached, filtered by options. Returns a list containing an error message string on failure.
126
126
llGetCameraAspect( ) -> float:
127
127
tooltip: Returns a float representing the camera's current aspect ratio (width/height) of the agent who granted PERMISSION_TRACK_CAMERA. Returns 0.0 if permissions are not granted.
Copy file name to clipboardExpand all lines: generated/lsl_keywords_pretty.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9374,7 +9374,7 @@ If another state is defined before the default state, the compiler will report a
9374
9374
<key>arguments</key>
9375
9375
<array>
9376
9376
<map>
9377
-
<key>id</key>
9377
+
<key>avatar</key>
9378
9378
<map>
9379
9379
<key>tooltip</key>
9380
9380
<string>UUID of the avatar the object is attached to, or NULL_KEY if detached.</string>
@@ -9384,7 +9384,7 @@ If another state is defined before the default state, the compiler will report a
9384
9384
</map>
9385
9385
</array>
9386
9386
<key>tooltip</key>
9387
-
<string>Triggered whenever the object is attached to or detached from an avatar. Passes the UUID key of the avatar (id) if attached, or NULL_KEY if detached.</string>
9387
+
<string>Triggered whenever the object is attached to or detached from an avatar. Passes the UUID key of the avatar if attached, or NULL_KEY if detached.</string>
9388
9388
</map>
9389
9389
<key>changed</key>
9390
9390
<map>
@@ -12795,7 +12795,7 @@ If another state is defined before the default state, the compiler will report a
12795
12795
<key>sleep</key>
12796
12796
<real>0.0</real>
12797
12797
<key>tooltip</key>
12798
-
<string>Returns a list of object keys (UUIDs) corresponding to public, visible (non-HUD) attachments worn by the specified avatar, in the order they were attached. Returns a list with an error message string on failure.</string>
12798
+
<string>Returns a list of object keys (UUIDs) worn by the specified avatar, in the order they were attached. HUDs are not included because they are neither public nor visible. Returns a list containing an error message string on failure.</string>
12799
12799
</map>
12800
12800
<key>llGetAttachedListFiltered</key>
12801
12801
<map>
@@ -12827,7 +12827,7 @@ If another state is defined before the default state, the compiler will report a
12827
12827
<key>sleep</key>
12828
12828
<real>0.0</real>
12829
12829
<key>tooltip</key>
12830
-
<string>Retrieves a list of attachment object keys worn by avatar in the order they were attached, filtered by options. Returns a list containing an error message string on failure.</string>
12830
+
<string>Returns a list of object keys (UUIDs) worn by the specified avatar, in the order they were attached, filtered by options. Returns a list containing an error message string on failure.</string>
Copy file name to clipboardExpand all lines: generated/lua_keywords_pretty.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9679,7 +9679,7 @@ float falloff – ranges from 0.01 to 2.0
9679
9679
<key>arguments</key>
9680
9680
<array>
9681
9681
<map>
9682
-
<key>id</key>
9682
+
<key>avatar</key>
9683
9683
<map>
9684
9684
<key>tooltip</key>
9685
9685
<string>UUID of the avatar the object is attached to, or NULL_KEY if detached.</string>
@@ -9689,7 +9689,7 @@ float falloff – ranges from 0.01 to 2.0
9689
9689
</map>
9690
9690
</array>
9691
9691
<key>tooltip</key>
9692
-
<string>Triggered whenever the object is attached to or detached from an avatar. Passes the UUID key of the avatar (id) if attached, or NULL_KEY if detached.</string>
9692
+
<string>Triggered whenever the object is attached to or detached from an avatar. Passes the UUID key of the avatar if attached, or NULL_KEY if detached.</string>
9693
9693
</map>
9694
9694
<key>changed</key>
9695
9695
<map>
@@ -19492,7 +19492,7 @@ Returns true if result is non-zero.</string>
19492
19492
<key>sleep</key>
19493
19493
<real>0.0</real>
19494
19494
<key>tooltip</key>
19495
-
<string>Returns a list of object keys (UUIDs) corresponding to public, visible (non-HUD) attachments worn by the specified avatar, in the order they were attached. Returns a list with an error message string on failure.</string>
19495
+
<string>Returns a list of object keys (UUIDs) worn by the specified avatar, in the order they were attached. HUDs are not included because they are neither public nor visible. Returns a list containing an error message string on failure.</string>
19496
19496
</map>
19497
19497
<key>ll.GetAttachedListFiltered</key>
19498
19498
<map>
@@ -19524,7 +19524,7 @@ Returns true if result is non-zero.</string>
19524
19524
<key>sleep</key>
19525
19525
<real>0.0</real>
19526
19526
<key>tooltip</key>
19527
-
<string>Retrieves a list of attachment object keys worn by avatar in the order they were attached, filtered by options. Returns a list containing an error message string on failure.</string>
19527
+
<string>Returns a list of object keys (UUIDs) worn by the specified avatar, in the order they were attached, filtered by options. Returns a list containing an error message string on failure.</string>
"documentation": "Returns a list of object keys (UUIDs) corresponding to public, visible (non-HUD) attachments worn by the specified avatar, in the order they were attached. Returns a list with an error message string on failure.",
1286
+
"documentation": "Returns a list of object keys (UUIDs) worn by the specified avatar, in the order they were attached. HUDs are not included because they are neither public nor visible. Returns a list containing an error message string on failure.",
"documentation": "Retrieves a list of attachment object keys worn by avatar in the order they were attached, filtered by options. Returns a list containing an error message string on failure.",
1290
+
"documentation": "Returns a list of object keys (UUIDs) worn by the specified avatar, in the order they were attached, filtered by options. Returns a list containing an error message string on failure.",
"documentation": "Returns a list of object keys (UUIDs) corresponding to public, visible (non-HUD) attachments worn by the specified avatar, in the order they were attached. Returns a list with an error message string on failure.",
3353
+
"documentation": "Returns a list of object keys (UUIDs) worn by the specified avatar, in the order they were attached. HUDs are not included because they are neither public nor visible. Returns a list containing an error message string on failure.",
"documentation": "Retrieves a list of attachment object keys worn by avatar in the order they were attached, filtered by options. Returns a list containing an error message string on failure.",
3357
+
"documentation": "Returns a list of object keys (UUIDs) worn by the specified avatar, in the order they were attached, filtered by options. Returns a list containing an error message string on failure.",
0 commit comments