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

Method readInt32

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

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

()

Source from the content-addressed store, hash-verified

382 * 读取 Int32(别名)
383 */
384 public readInt32(): number {
385 return this.getInt32();
386 }
387
388 /**
389 * Read Uint16 (alias)

Callers 1

loadPackageMethod · 0.80

Calls 1

getInt32Method · 0.95

Tested by

no test coverage detected