Ejemplo n.º 1
0
 public static int get_int16_le(LuaBytes bytes, int offset)
 {
     return(bytes.GetShortLittle(offset - 1));
 }
Ejemplo n.º 2
0
 public static int get_int16_le(LuaBytes bytes, int offset)
 {
     return bytes.GetShortLittle(offset - 1);
 }