Back to Harmony

Class HarmonyBefore

docs/api/HarmonyLib.HarmonyBefore.html

2.4.2.0889 B
Original Source

Class HarmonyBefore

A Harmony annotation

Inheritance

System.Object

System.Attribute

HarmonyAttribute

HarmonyBefore

Inherited Members

HarmonyAttribute.info

Namespace : HarmonyLib
Assembly : 0Harmony.dll
Syntax
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Method)]
public class HarmonyBefore : HarmonyAttribute, _Attribute

Constructors

HarmonyBefore(String[])

A Harmony annotation to define that a patch comes before another patch

Declaration
public HarmonyBefore(params string[] before)
Parameters
TypeNameDescription
System.String[]before

The array of harmony IDs of the other patches

|