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

Function lua_warning

3rdparty/lua/plainlua/lapi.c:1335–1339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

runargsFunction · 0.85
luaB_warnFunction · 0.85

Calls 1

luaE_warningFunction · 0.85

Tested by

no test coverage detected