Example #1
0
 public LuaByteBuffer ToLuaByteBuffer(IntPtr L, int stackPos)
 {
     return(new LuaByteBuffer(ToLua.ToByteBuffer(L, stackPos)));
 }