std.memory.DataBuffer.PeekString - nitrologic/monkey2 GitHub Wiki
std::std.memory.std.memory.DataBuffer.PeekString
Method PeekString:monkey:monkey.types.String( offset:monkey:monkey.types.Int )
Method PeekString:monkey:monkey.types.String( offset:monkey:monkey.types.Int,count:monkey:monkey.types.Int )
Reads a string from the databuffer.
If count is omitted, all bytes from offset until the end of the data buffer are read.
| Parameters | |
|---|---|
offset | 
offset Byte offset to read the string. | 
count | 
count Number of bytes to read. |