Beispiel #1
0
 public static void CheckType(LuaStatePtr l, int narg, int t)
 {
     LuaLDelegates.luaL_checktype(l, narg, t);
 }