Ejemplo n.º 1
0
 public static bool append_bytes(LuaBytes bytes, LuaBytes src, int length)
 {
     return(bytes.SetBytes(src, bytes.length, length));
 }
Ejemplo n.º 2
0
 public static bool append_bytes(LuaBytes bytes, LuaBytes src, int length)
 {
     return bytes.SetBytes(src, bytes.length, length);
 }
Ejemplo n.º 3
0
 public static bool set_bytes(LuaBytes bytes, int offset, LuaBytes src, int length)
 {
     return(bytes.SetBytes(src, offset - 1, length));
 }
Ejemplo n.º 4
0
 public static bool set_bytes(LuaBytes bytes, int offset, LuaBytes src, int length)
 {
     return bytes.SetBytes(src, offset - 1, length);
 }