Class: Buffer
Lua
C++
Edit

Buffer:PokeDouble

This method inserts a double float value 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. Note that a double value is 8 bytes, twice the size of an int or float value.

Copyright © 2024 Ultra Software.
All rights reserved.