Пример #1
0
 public int GetHookCount()
 {
     if (Disposed)
     {
         return(-1);
     }
     return(LuaCore.GetHookCount(Runtime.State));
 }