mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
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"
This commit is contained in:
parent
6d7067fd37
commit
af073438fd
3 changed files with 24 additions and 6 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue