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

Function PushModulePublic

library/include/LuaTools.h:511–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

is_builtinMethod · 0.85
get_commandsFunction · 0.85
help_helperMethod · 0.85
tags_helperFunction · 0.85
ls_helperFunction · 0.85
CallLuaModuleFunctionMethod · 0.85
InitCoreContextMethod · 0.85
doRunLuaFunctionMethod · 0.85
command_methodMethod · 0.85
stockpile_methodMethod · 0.85
collect_settingsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected