MCPcopy Create free account
hub / github.com/DFHack/dfhack / lua_dfhack_is_interactive

Function lua_dfhack_is_interactive

library/LuaTools.cpp:416–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414}
415
416static int lua_dfhack_is_interactive(lua_State *S)
417{
418 lua_pushboolean(S, get_console(S) != NULL);
419 return 1;
420}
421
422static int dfhack_lineedit_sync(lua_State *S, Console *pstream)
423{

Callers

nothing calls this directly

Calls 2

lua_pushbooleanFunction · 0.85
get_consoleFunction · 0.85

Tested by

no test coverage detected