mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Use "core" namespace internally
This commit is contained in:
parent
1cd512913e
commit
c4359ff65c
45 changed files with 812 additions and 843 deletions
|
@ -28,9 +28,8 @@ class ModApiUtil : public ModApiBase {
|
|||
private:
|
||||
/*
|
||||
NOTE:
|
||||
The functions in this module are available through
|
||||
minetest.<function> in the in-game API as well as
|
||||
engine.<function> in the mainmenu API
|
||||
The functions in this module are available in the in-game API
|
||||
as well as in the mainmenu API.
|
||||
|
||||
All functions that don't require either a Server or
|
||||
GUIEngine instance should be in here.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue