⚲
Class:
Buffer
Lua
C++
Edit
Buffer::Peek
This method reads memory directly from a buffer to a memory pointer.
Syntax
void
Peek
(const uint64_t pos, const char* buf, const uint64_t size)
Parameter
Description
pos
position in the buffer to read from
buf
memory pointer to write to
size
length of memory to copy, in bytes
Copyright © 2024 Ultra Software.
All rights reserved.