mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
[CSM] Expose more env functions
This commit is contained in:
parent
b0260b5ec8
commit
b57dc70769
7 changed files with 124 additions and 11 deletions
|
@ -69,6 +69,7 @@ void ClientScripting::InitializeModApi(lua_State *L, int top)
|
|||
{
|
||||
LuaItemStack::Register(L);
|
||||
ItemStackMetaRef::Register(L);
|
||||
LuaRaycast::Register(L);
|
||||
StorageRef::Register(L);
|
||||
LuaMinimap::Register(L);
|
||||
NodeMetaRef::RegisterClient(L);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue