Пример #1
0
 public static int GetHookCount(LuaStatePtr l)
 {
     return(LuaDelegates.lua_gethookcount(l));
 }