Skip to documentation
SplitScript
  • Language
  • Standard library
  • Guides
  • Migration

SplitScript reference / MemoryRange / readable

MemoryRange.readable

field

MemoryRange.readable: bool

Reports whether the range is readable.

Examples

Inspect read access

let range = await process.findMemoryRange(0x48000, MemoryRangeAccess.ReadWrite)
let canRead = range.readable
Generated from the SplitScript compiler's documentation catalogs.