Skip to content

Std memory databuffer pokeuint

std:std.memory.DataBuffer.PokeUInt

Method PokeUInt:Void( offset:Int,value:UInt )#

Writes a 32 bit unsigned int 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.