Enum ArgumentType
- Namespace
- HarmonyLib
- Assembly
- 0Harmony.dll
Specifies the type of argument
public enum ArgumentType
Fields
Normal = 0This is a normal argument
Out = 2This is an out argument (out)
Pointer = 3This is a pointer argument (&)
Ref = 1This is a reference argument (ref)