Add ClientObjectRef:set_properties

This commit is contained in:
Elias Fleckenstein
2021-05-10 16:07:31 +02:00
parent 7d7d4d675c
commit 6dc7a65d9e
6 changed files with 79 additions and 57 deletions

View File

@@ -1414,6 +1414,7 @@ This is basically a reference to a C++ `GenericCAO`.
* `get_nametag()`: returns the nametag (deprecated, use get_properties().nametag instead)
* `get_item_textures()`: returns the textures (deprecated, use get_properties().textures instead)
* `get_max_hp()`: returns the maximum heath (deprecated, use get_properties().hp_max instead)
* `set_properties(object property table)`
* `get_properties()`: returns object property table
* `punch()`: punches the object
* `rightclick()`: rightclicks the object