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