1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-06 18:25:21 +01:00

Remove some unnecessary spaces

This commit is contained in:
Bradley Pierce
2024-01-20 08:28:56 -05:00
parent db317d5446
commit 5658a04f52
3 changed files with 15 additions and 15 deletions

View File

@@ -7424,7 +7424,7 @@ child will follow movement and rotation of that bone.
* **Deprecated:** Use `get_bone_override` instead. * **Deprecated:** Use `get_bone_override` instead.
* `set_bone_override(bone, override)` * `set_bone_override(bone, override)`
* `bone`: string * `bone`: string
* `override`: `{ position = property, rotation = property, scale = property }` or `nil` * `override`: `position = property, rotation = property, scale = property}` or `nil`
* `property`: `{vec = vector, interpolation = 0, absolute = false}` or `nil`; * `property`: `{vec = vector, interpolation = 0, absolute = false}` or `nil`;
* `vec` is in the same coordinate system as the model, and in degrees for rotation * `vec` is in the same coordinate system as the model, and in degrees for rotation
* `property = nil` is equivalent to no override on that property * `property = nil` is equivalent to no override on that property