[CSM] Fix localplayer documentation (#5557)

master
Vincent Glize 2017-04-12 23:05:01 +02:00 committed by Loïc Blot
parent 83508277ce
commit 8bdf9a44c6
1 changed files with 3 additions and 1 deletions

View File

@ -692,7 +692,7 @@ Call these functions only at load time!
* `minetest.get_wielded_item()`
* Returns the itemstack the local player is holding
* `minetest.localplayer`
* returns LocalPlayer handle. See LocalPlayer below.
* Reference to the LocalPlayer object. See `LocalPlayer` class reference for methods.
### Client Environment
* `minetest.get_player_names()`
@ -803,6 +803,8 @@ Methods:
* returns player speed vector
* `get_hp()`
* returns player HP
* `get_name()`
* returns player name
* `got_teleported()`
* returns true if player was teleported
* `is_attached()`