We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
""
1 parent 377cdfb commit f1c0f29Copy full SHA for f1c0f29
doc/lua_api.md
@@ -8525,7 +8525,7 @@ child will follow movement and rotation of that bone.
8525
* Attaches object to `parent`
8526
* See 'Attachments' section for details
8527
* `parent`: `ObjectRef` to attach to
8528
- * `bone`: Bone to attach to. Default is `""` (the root bone)
+ * `bone`: Bone to attach to. Default is `""` which attaches to the parent object's origin.
8529
* `position`: relative position, default `{x=0, y=0, z=0}`
8530
* `rotation`: relative rotation in degrees, default `{x=0, y=0, z=0}`
8531
* `forced_visible`: Boolean to control whether the attached entity
0 commit comments