std.memory.DataBuffer.PeekUByte - nitrologic/monkey2 GitHub Wiki
std::std.memory.std.memory.DataBuffer.PeekUByte
Method PeekUByte:monkey:monkey.types.Ubyte( offset:monkey:monkey.types.Int )
Reads a ubyte from the databuffer.
In debug builds, a runtime error will occur if offset is outside the range of the databuffer.
| Parameters | |
|---|---|
offset |
offset The offset to read. |