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

Method getInt32

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

Source from the content-addressed store, hash-verified

140 }
141
142 public getInt32(): number {
143 const value = this._data.getInt32(this._position, this._littleEndian);
144 this._position += 4;
145 return value;
146 }
147
148 public getFloat32(): number {
149 const value = this._data.getFloat32(this._position, this._littleEndian);

Callers 15

readIntMethod · 0.95
readInt32Method · 0.95
loadPackageMethod · 0.80
loadMovieClipMethod · 0.80
loadFontMethod · 0.80
setup_beforeAddMethod · 0.80
setupMethod · 0.80
decodeValueMethod · 0.80
setup_beforeAddMethod · 0.80
setup_beforeAddMethod · 0.80
setup_beforeAddMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected