summaryrefslogtreecommitdiff
path: root/doc/client_lua_api.txt
diff options
context:
space:
mode:
authorSmallJoker <SmallJoker@users.noreply.github.com>2020-12-10 20:59:24 +0100
committerGitHub <noreply@github.com>2020-12-10 20:59:24 +0100
commitaf073438fd70833955a30bcbe1c22e6f344ec41c (patch)
tree428d31e463cddbaf7db5f2866631f7fe7ef47f92 /doc/client_lua_api.txt
parent6d7067fd37a8084aca139ecab552982e0ee99582 (diff)
downloadminetest-af073438fd70833955a30bcbe1c22e6f344ec41c.tar.gz
minetest-af073438fd70833955a30bcbe1c22e6f344ec41c.tar.bz2
minetest-af073438fd70833955a30bcbe1c22e6f344ec41c.zip
Various documentation fixes (#10692)
set_sky: New feature, keep note about the old syntax get_us_time: Document overflow localplayer: Document "nil" behaviour before initialization collision_box: Safe limit of "1.45"
Diffstat (limited to 'doc/client_lua_api.txt')
-rw-r--r--doc/client_lua_api.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/client_lua_api.txt b/doc/client_lua_api.txt
index 32be2fabf..36eeafcf1 100644
--- a/doc/client_lua_api.txt
+++ b/doc/client_lua_api.txt
@@ -1001,6 +1001,7 @@ Please do not try to access the reference until the camera is initialized, other
### LocalPlayer
An interface to retrieve information about the player.
+This object will only be available after the client is initialized. Earlier accesses will yield a `nil` value.
Methods: