Show / Hide Table of Contents

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 Source

Patch(Int32, ref Byte[])

Declaration
public Patch(int offset, ref byte[] data)
Parameters
Type Name Description
Int32 offset
Byte[] data

Fields

| Improve this Doc View Source

data

Declaration
public readonly byte[] data
Field Value
Type Description
Byte[]
| Improve this Doc View Source

offset

Declaration
public readonly int offset
Field Value
Type Description
Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX