Class: Buffer
Lua
C++
Edit

Buffer:PokeInt

This method inserts a 32-bit signed integer into the memory buffer.

Syntax

Parameter Description
pos offset from the start of the buffer, in bytes
n value to insert

Remarks

A runtime error will occur if the destination range lies outside of the buffer extents.

Copyright © 2024 Ultra Software.
All rights reserved.