std.memory.DataBuffer.PokeByte - nitrologic/monkey2 GitHub Wiki
std::std.memory.std.memory.DataBuffer.PokeByte
monkey:monkey.types.Int,value:monkey:monkey.types.Byte )
Method PokeByte:Void( offset:Writes a byte 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. |