MCPcopy Create free account
hub / github.com/axmolengine/axmol / luaE_warning

Function luaE_warning

3rdparty/lua/plainlua/lstate.c:426–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424
425
426void luaE_warning (lua_State *L, const char *msg, int tocont) {
427 lua_WarnFunction wf = G(L)->warnf;
428 if (wf != NULL)
429 wf(G(L)->ud_warn, msg, tocont);
430}
431
432
433/*

Callers 2

luaE_warnerrorFunction · 0.85
lua_warningFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected