Example #1
0
 private void invoke_script_thread(LuaScript.CachedFunction type)
 {
     if (_script != null && _script.PushFunction(_lua, type))
     {
         StartThread(_lua);
     }
 }