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