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

Function luaE_warning

extlibs/lua/src/lstate.c:439–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437
438
439void luaE_warning (lua_State *L, const char *msg, int tocont) {
440 lua_WarnFunction wf = G(L)->warnf;
441 if (wf != NULL)
442 wf(G(L)->ud_warn, msg, tocont);
443}
444
445
446/*

Callers 2

luaE_warnerrorFunction · 0.85
lua_warningFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected