Deletion log

Jump to navigation Jump to search

Below is a list of the most recent deletions.

Logs
  • 21:46, 15 August 2022 Rubenwardy talk contribs deleted page player set textures (content was: "{{delete|Outdated}} {{DISPLAYTITLE:default.player_set_textures}} '''This function will be removed in next stable release''' == Syntax == <source>default.player_set_textures(player, filename)</source> == Description == Set texture for player. == Parameters == # Player object # path to file with texture, ending to .png == Example == ==== player_textures mod ==== <source> minetest.register_on_joinplayer(function(player) local playername = player:get_player_name() -- get p...")