Struct Patch
Simple structure used to patch a given offset with a list of new data values.
Namespace: DaggerfallConnect.Utility
Assembly: Assembly-CSharp.dll
Syntax
public struct Patch
Constructors
| Improve this Doc View SourcePatch(Int32, ref Byte[])
Declaration
public Patch(int offset, ref byte[] data)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | offset | |
| Byte[] | data |
Fields
| Improve this Doc View Sourcedata
Declaration
public readonly byte[] data
Field Value
| Type | Description |
|---|---|
| Byte[] |
offset
Declaration
public readonly int offset
Field Value
| Type | Description |
|---|---|
| Int32 |