Exemplo n.º 1
0
 public static bool append_int16_be(LuaBytes bytes, ushort value)
 {
     return(bytes.SetBigInt16(value, bytes.length));
 }
Exemplo n.º 2
0
 public static bool append_int16_be(LuaBytes bytes, ushort value)
 {
     return bytes.SetBigInt16(value, bytes.length);
 }
Exemplo n.º 3
0
 public static bool set_int16_be(LuaBytes bytes, int offset, ushort value)
 {
     return(bytes.SetBigInt16(value, offset - 1));
 }
Exemplo n.º 4
0
 public static bool set_int16_be(LuaBytes bytes, int offset, ushort value)
 {
     return bytes.SetBigInt16(value, offset - 1);
 }