MCPcopy Create free account
hub / github.com/esengine/esengine / getInt16

Method getInt16

packages/fairygui/src/utils/ByteBuffer.ts:130–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128 }
129
130 public getInt16(): number {
131 const value = this._data.getInt16(this._position, this._littleEndian);
132 this._position += 2;
133 return value;
134 }
135
136 public getUint32(): number {
137 const value = this._data.getUint32(this._position, this._littleEndian);

Callers 15

readShortMethod · 0.95
setupMethod · 0.80
loadPackageMethod · 0.80
loadMovieClipMethod · 0.80
loadFontMethod · 0.80
setupMethod · 0.80
setup_afterAddMethod · 0.80
setupMethod · 0.80
setupFunction · 0.80
setup_beforeAddMethod · 0.80
setup_beforeAddMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected