std.memory.DataBuffer.PeekLong - nitrologic/monkey2 GitHub Wiki
std::std.memory.std.memory.DataBuffer.PeekLong
monkey:monkey.types.Long( offset:monkey:monkey.types.Int )
Method PeekLong:Reads a 64 bit long 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. |