diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-05-10 16:07:31 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-05-10 16:07:31 +0200 |
commit | 6dc7a65d9e23a8bd20f729e041e84615b2313deb (patch) | |
tree | 03919afd6abe562e777942a9b1ae0fb9ccab161a /doc/client_lua_api.txt | |
parent | 7d7d4d675cd066a9dcd4467ff99c471a7ae09b88 (diff) | |
download | dragonfireclient-6dc7a65d9e23a8bd20f729e041e84615b2313deb.tar.xz |
Add ClientObjectRef:set_properties
Diffstat (limited to 'doc/client_lua_api.txt')
-rw-r--r-- | doc/client_lua_api.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/client_lua_api.txt b/doc/client_lua_api.txt index bc78d5dda..8b955db31 100644 --- a/doc/client_lua_api.txt +++ b/doc/client_lua_api.txt @@ -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 |