| 501 | } |
| 502 | |
| 503 | inline bool SafeCall(color_ostream &out, int nargs, int nres, bool perr = true) { |
| 504 | auto State = DFHack::Core::getInstance().getLuaState(); |
| 505 | return Lua::SafeCall(out, State, nargs, nres, perr); |
| 506 | } |
| 507 | inline bool PushModule(color_ostream &out, const char *module) { |
| 508 | auto State = DFHack::Core::getInstance().getLuaState(); |
| 509 | return Lua::PushModule(out, State, module); |
no outgoing calls
no test coverage detected