Exemplo n.º 1
0
 // TODO: Could maybe do something with GCHandle to pass back a C# instance instead of IntPtr.
 public static IntPtr luaL_testudata(LuaState state, int ud, string tableName)
 {
     return(LuaNativeBinding.luaL_testudata(state, ud, tableName));
 }