Method Object:SetByteValue [-] [+]

Sets the data at the specified index and offset to the given value, converted to an unsigned 8-bit integer.

Synopsis

Object:SetByteValue( index, offset, value )

Arguments

number index

Valid numbers: integers from 0 to 65,535.

number offset

Should be 0, 1, 2, or 3.

Valid numbers: integers from 0 to 255.

number value

Valid numbers: integers from 0 to 255.

Returns

Nothing.

Generated on
©2016 - Eluna Lua Engine