Class PatchList
List of patches to apply to any file.
Namespace: DaggerfallConnect.Utility
Assembly: Assembly-CSharp.dll
Syntax
public class PatchList : List<Patch>, IList<Patch>, ICollection<Patch>, IReadOnlyList<Patch>, IReadOnlyCollection<Patch>, IEnumerable<Patch>, IList, ICollection, IEnumerable
Methods
| Improve this Doc View SourceAdd(Int32, Byte[])
Overloaded method for easier initialization.
Declaration
public void Add(int offset, params byte[] data)
Parameters
Type | Name | Description |
---|---|---|
Int32 | offset | The offset address to patch. |
Byte[] | data | The new data values. |