diff options
author | Lars Müller <34514239+appgurueu@users.noreply.github.com> | 2022-05-09 20:41:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-09 20:41:47 +0200 |
commit | 53c70b5f27f2978029cb40845a82b681c844ec42 (patch) | |
tree | b90c9fc1b9550dbbdc417c67fb45c7332c6928b2 /doc | |
parent | a66e6d4dff0b1dad065297442981718d7f7aec55 (diff) | |
download | minetest-53c70b5f27f2978029cb40845a82b681c844ec42.tar.gz minetest-53c70b5f27f2978029cb40845a82b681c844ec42.tar.bz2 minetest-53c70b5f27f2978029cb40845a82b681c844ec42.zip |
Docs: Recommend `self.name` (#12239)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua_api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index e95c5ced8..abfaf08aa 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -6782,7 +6782,7 @@ object you are working with still exists. * Fourth column: subject looking to the right * Fifth column: subject viewed from above * Sixth column: subject viewed from below -* `get_entity_name()` (**Deprecated**: Will be removed in a future version) +* `get_entity_name()` (**Deprecated**: Will be removed in a future version, use the field `self.name` instead) * `get_luaentity()` #### Player only (no-op for other objects) |