MCPcopy Create free account
hub / github.com/Cubitect/cubiomes-viewer / lua_warning

Function lua_warning

lua/src/lapi.c:1338–1342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1336
1337
1338void lua_warning (lua_State *L, const char *msg, int tocont) {
1339 lua_lock(L);
1340 luaE_warning(L, msg, tocont);
1341 lua_unlock(L);
1342}
1343
1344
1345

Callers 2

runargsFunction · 0.85
luaB_warnFunction · 0.85

Calls 1

luaE_warningFunction · 0.85

Tested by

no test coverage detected