1
0
réplica de https://github.com/minetest/minetest_game.git sincronizado 2025-07-15 20:20:24 +02:00

Rename functions, update API

Este cometimento está contido em:
BlockMen
2014-07-06 10:39:16 +02:00
ascendente 46b6cee1fc
cometimento 584718a2a7
3 ficheiros modificados com 12 adições e 13 eliminações

Ver ficheiro

@ -1,6 +1,6 @@
minetest_game API
======================
GitHub Repo: https://github.com/BlockMen/minetest_game
GitHub Repo: https://github.com/minetest/minetest_game
Introduction
------------
@ -28,8 +28,7 @@ Doors API
---------
The doors mod allows modders to register custom doors.
doors:register_door(name, def)
^ Notice the ":" instaed of "."!
doors.register_door(name, def)
^ name: "Door name"
^ def: See [#Door definition]