Skip to content

Commit f1c0f29

Browse files
authored
Correct info about ObjectRef:set_attach() bones "" default value
1 parent 377cdfb commit f1c0f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/lua_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8525,7 +8525,7 @@ child will follow movement and rotation of that bone.
85258525
* Attaches object to `parent`
85268526
* See 'Attachments' section for details
85278527
* `parent`: `ObjectRef` to attach to
8528-
* `bone`: Bone to attach to. Default is `""` (the root bone)
8528+
* `bone`: Bone to attach to. Default is `""` which attaches to the parent object's origin.
85298529
* `position`: relative position, default `{x=0, y=0, z=0}`
85308530
* `rotation`: relative rotation in degrees, default `{x=0, y=0, z=0}`
85318531
* `forced_visible`: Boolean to control whether the attached entity

0 commit comments

Comments
 (0)