mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 22:33:16 -04:00
-
This commit is contained in:
parent
ef4cfe77be
commit
5d2834eb1f
1 changed files with 1 additions and 1 deletions
|
@ -466,7 +466,7 @@ The player API can register player models and update the player's appearance.
|
||||||
* Sets a player texture
|
* Sets a player texture
|
||||||
* `player`: PlayerRef
|
* `player`: PlayerRef
|
||||||
* `texture`: texture filename
|
* `texture`: texture filename
|
||||||
* `texture_ID`: the ID of the texture to change
|
* `texture_ID`: the ID of the texture to change. If nil, default is `1`
|
||||||
|
|
||||||
* `player_api.get_animation(player)`
|
* `player_api.get_animation(player)`
|
||||||
* Returns a table containing fields `model`, `textures` and `animation`
|
* Returns a table containing fields `model`, `textures` and `animation`
|
||||||
|
|
Loading…
Add table
Reference in a new issue