diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-12-12 14:00:10 +0100 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-12-12 14:00:10 +0100 |
commit | 7250cf2c1c29b685b8ac3552c296f11c8178b0a0 (patch) | |
tree | 8a36316aaa95e5355f35229f816b52db0fd7eac0 /doc/client_lua_api.txt | |
parent | f783f59392f5e86c5645195521b2fa008ffe4fe7 (diff) | |
parent | af073438fd70833955a30bcbe1c22e6f344ec41c (diff) | |
download | dragonfireclient-7250cf2c1c29b685b8ac3552c296f11c8178b0a0.tar.xz |
Merge branch 'master' of https://github.com/minetest/minetest
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 5618c7a6f..3ee2cfba3 100644 --- a/doc/client_lua_api.txt +++ b/doc/client_lua_api.txt @@ -1191,6 +1191,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: |