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

Method readShort

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

* Read short * 读取短整数

()

Source from the content-addressed store, hash-verified

178 * 读取短整数
179 */
180 public readShort(): number {
181 return this.getInt16();
182 }
183
184 /**
185 * Read unsigned short

Callers

nothing calls this directly

Calls 1

getInt16Method · 0.95

Tested by

no test coverage detected