Skip to content

Commit

Permalink
Update doc/lua_api.md
Browse files Browse the repository at this point in the history
Co-authored-by: grorp <[email protected]>
  • Loading branch information
Zughy and grorp authored Oct 22, 2024
1 parent d0d1021 commit 51319bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/lua_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -7604,10 +7604,12 @@ Global objects
--------------

* `core.env`: `EnvRef` of the server environment and world.
* Any function in the core namespace can be called using the syntax
* Any function in the `core` namespace can be called using the syntax
`core.env:somefunction(somearguments)`
instead of `core.somefunction(somearguments)`
* Deprecated, but support is not to be dropped soon
* `minetest`: alias for the `core` namespace
* Deprecated, but support is not to be dropped soon

Global tables
-------------
Expand Down

0 comments on commit 51319bc

Please sign in to comment.