Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/ositools
/ OsiLuaLoad
Function
OsiLuaLoad
OsiInterface/Functions/FunctionLibrary.cpp:37–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
void OsiLuaLoad(OsiArgumentDesc const & args)
38
{
39
auto path = args[0].String;
40
LuaLoad(path);
41
}
42
43
void OsiLuaCall(OsiArgumentDesc const & args)
44
{
Callers
nothing calls this directly
Calls
1
LuaLoad
Function · 0.85
Tested by
no test coverage detected