mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Fix ObjectRef:punch()
This commit is contained in:
parent
9696ed31a4
commit
ac628c9b0a
2 changed files with 12 additions and 6 deletions
|
@ -1087,6 +1087,7 @@ methods:
|
|||
- punch(puncher, time_from_last_punch, tool_capabilities, direction)
|
||||
^ puncher = an another ObjectRef,
|
||||
^ time_from_last_punch = time since last punch action of the puncher
|
||||
^ direction: can be nil
|
||||
- right_click(clicker); clicker = an another ObjectRef
|
||||
- get_hp(): returns number of hitpoints (2 * number of hearts)
|
||||
- set_hp(hp): set number of hitpoints (2 * number of hearts)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue