add reference to engine documentation

fixes #2
This commit is contained in:
OgelGames 2025-05-22 18:37:47 +10:00
parent 730f88ff07
commit 10c67ce6af

2
API.md
View File

@ -1,5 +1,7 @@
# API Documentation
This documentation covers the API specific to `fakelib`. For documentation of the functionality provided by the fake player, metatdata and inventory, refer to the [Lua API](https://github.com/minetest/minetest/blob/master/doc/lua_api.md), as they function the same as the real thing.
## Quick Links
- [`fakelib.is_player(x)`](#fakelibis_playerx)