MCPcopy Create free account
hub / github.com/Norbyte/ositools / OsiLuaCall

Function OsiLuaCall

OsiInterface/Functions/FunctionLibrary.cpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 void OsiLuaCall(OsiArgumentDesc const & args)
44 {
45 auto func = args[0].String;
46 auto arg = args[1].String;
47 LuaCall(func, arg);
48 }
49
50 void BreakOnCharacter(OsiArgumentDesc const & args)
51 {

Callers

nothing calls this directly

Calls 1

LuaCallFunction · 0.85

Tested by

no test coverage detected