mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix script error reporting a bit
This commit is contained in:
parent
9344816bd6
commit
581f950e10
5 changed files with 48 additions and 8 deletions
|
@ -34,6 +34,8 @@ struct PointedThing;
|
|||
class ServerRemotePlayer;
|
||||
|
||||
void scriptapi_export(lua_State *L, Server *server);
|
||||
bool scriptapi_loadmod(lua_State *L, const std::string &scriptpath,
|
||||
const std::string &modname);
|
||||
void scriptapi_add_environment(lua_State *L, ServerEnvironment *env);
|
||||
|
||||
void scriptapi_add_object_reference(lua_State *L, ServerActiveObject *cobj);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue