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

Function setboolfield

extlibs/lua/src/loslib.c:217–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215
216
217static void setboolfield (lua_State *L, const char *key, int value) {
218 if (value < 0) /* undefined? */
219 return; /* does not set field */
220 lua_pushboolean(L, value);
221 lua_setfield(L, -2, key);
222}
223
224
225/*

Callers 1

setallfieldsFunction · 0.85

Calls 2

lua_pushbooleanFunction · 0.85
lua_setfieldFunction · 0.85

Tested by

no test coverage detected