Class: Buffer
Lua
C++
Edit

Buffer:PokeString

This method inserts a string value into the memory buffer.

Syntax

Parameter Description
pos offset from the start of the buffer, in bytes
s 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.