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

Method readBool

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

* Read boolean * 读取布尔值

()

Source from the content-addressed store, hash-verified

162 * 读取布尔值
163 */
164 public readBool(): boolean {
165 return this.getUint8() === 1;
166 }
167
168 /**
169 * Read byte

Callers 15

setupMethod · 0.80
loadPackageMethod · 0.80
loadMovieClipMethod · 0.80
loadFontMethod · 0.80
setupMethod · 0.80
setup_beforeAddMethod · 0.80
setupMethod · 0.80
decodeValueMethod · 0.80
setupFunction · 0.80
setup_beforeAddMethod · 0.80
setup_beforeAddMethod · 0.80

Calls 1

getUint8Method · 0.95

Tested by

no test coverage detected