Std memory databuffer pokeshort
std:std.memory.DataBuffer.PokeShort
Method PokeShort:Void( offset:Int,value:Short )#
Writes a 16 bit short 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. |