Exemple #1
0
 public static IntPtr CheckUData(LuaStatePtr l, int ud, string tname)
 {
     return(LuaLDelegates.luaL_checkudata(l, ud, tname));
 }