Ultimate Replay Scripting Reference
ReplayStateReadBytes Method (Int32) |
Read a byte array from the state.
Namespace: UltimateReplay
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public byte[] ReadBytes( int amount )
Parameters
- amount
- Type: SystemInt32
The number of bytes to read
Return Value
Type: ByteByte array value
See Also