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

Function scripts_file_lib_reg

source/lib/Scripts/src/ScriptsFileLib.cpp:120–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120void scripts_file_lib_reg()
121{
122 RegisterSystemFunc("dofile", dofile);
123 RegisterSystemFunc("require", require);
124}
125
126} // namespace Kyty::Scripts

Callers 1

load_libsFunction · 0.85

Calls 1

RegisterSystemFuncFunction · 0.85

Tested by

no test coverage detected