MCPcopy Create free account
hub / github.com/InoriRus/Kyty / load_libs

Function load_libs

source/lib/Scripts/src/Scripts.cpp:54–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52void scripts_file_lib_reg();
53
54static void load_libs()
55{
56 lua_my_openlibs(g_lua_state);
57
58 scripts_file_lib_reg();
59}
60
61static void lua_init()
62{

Callers 1

lua_initFunction · 0.85

Calls 2

lua_my_openlibsFunction · 0.85
scripts_file_lib_regFunction · 0.85

Tested by

no test coverage detected