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

Method readUint16

packages/fairygui/src/utils/ByteBuffer.ts:392–394  ·  view source on GitHub ↗

* Read Uint16 (alias) * 读取 Uint16(别名)

()

Source from the content-addressed store, hash-verified

390 * 读取 Uint16(别名)
391 */
392 public readUint16(): number {
393 return this.getUint16();
394 }
395}

Callers 1

loadPackageMethod · 0.80

Calls 1

getUint16Method · 0.95

Tested by

no test coverage detected