| 509 | return Lua::PushModule(out, State, module); |
| 510 | } |
| 511 | inline bool PushModulePublic(color_ostream &out, const char *module, const char *name) { |
| 512 | auto State = DFHack::Core::getInstance().getLuaState(); |
| 513 | return Lua::PushModulePublic(out, State, module, name); |
| 514 | } |
| 515 | } |
| 516 | /** |
| 517 | * High-level wrappers for CallLuaModuleFunction that pushes either an argument |
no outgoing calls
no test coverage detected