Skip to content

Std memory databuffer pokeint

std:std.memory.DataBuffer.PokeInt

Method PokeInt:Void( offset:Int,value:Int )#

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