mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-31 18:31:04 +00:00
Rename moveresult speed to velocity
This commit is contained in:
parent
3ed5619d9a
commit
1b6f40c356
2 changed files with 4 additions and 4 deletions
|
@ -6632,8 +6632,8 @@ Collision info passed to `on_step`:
|
|||
type = string, -- "node" or "object",
|
||||
axis = string, -- "x", "y" or "z"
|
||||
node_pos = vector, -- if type is "node"
|
||||
old_speed = vector,
|
||||
new_speed = vector,
|
||||
old_velocity = vector,
|
||||
new_velocity = vector,
|
||||
},
|
||||
...
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue