MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / lua_warning

Function lua_warning

extlibs/lua/src/lapi.c:1290–1294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1288
1289
1290void lua_warning (lua_State *L, const char *msg, int tocont) {
1291 lua_lock(L);
1292 luaE_warning(L, msg, tocont);
1293 lua_unlock(L);
1294}
1295
1296
1297

Callers 2

runargsFunction · 0.85
luaB_warnFunction · 0.85

Calls 1

luaE_warningFunction · 0.85

Tested by

no test coverage detected