std.memory.DataBuffer.PokeULong - nitrologic/monkey2 GitHub Wiki
std::std.memory.std.memory.DataBuffer.PokeULong
monkey:monkey.types.Int,value:monkey:monkey.types.Ulong )
Method PokeULong:Void( offset:Writes a 64 bit unsigned long to 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 write. |