]> git.lizzy.rs Git - dragonfireclient.git/commitdiff
Docs: Recommend `self.name` (#12239)
authorLars Müller <34514239+appgurueu@users.noreply.github.com>
Mon, 9 May 2022 18:41:47 +0000 (20:41 +0200)
committerGitHub <noreply@github.com>
Mon, 9 May 2022 18:41:47 +0000 (20:41 +0200)
doc/lua_api.txt

index e95c5ced8e914bd5fc2adb6a5bf74dea41333201..abfaf08aa3d22abcacc5b88f1ac00f252158fa95 100644 (file)
@@ -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)