Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setup
Method · 0.80
loadPackage
Method · 0.80
loadMovieClip
Method · 0.80
loadFont
Method · 0.80
constructFromResource2
Method · 0.80
setup
Method · 0.80
setup_beforeAdd
Method · 0.80
setup
Method · 0.80
decodeValue
Method · 0.80
setup
Function · 0.80
setup_beforeAdd
Method · 0.80
setup_beforeAdd
Method · 0.80
Calls
1
getUint8
Method · 0.95
Tested by
no test coverage detected