Ultimate Replay Scripting Reference
ReplayStateWrite Method (Byte, Int32, Int32) |
Write a byte array to the state using an offset position and length.
Namespace: UltimateReplay
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Write( byte[] bytes, int offset, int length )
Parameters
- bytes
- Type: SystemByte
Byte array value - offset
- Type: SystemInt32
The start index to read data from the array - length
- Type: SystemInt32
The amount of data to read
See Also