Enum RuntimeOptions
Options that a plugin must specify to describe how it expects to be run.
Namespace: IPA
Assembly: IPA.Loader.dll
Syntax
public enum RuntimeOptions
Fields
Name | Description |
---|---|
DynamicInit | Indicates that this plugin supports runtime enabling and disabling. |
SingleStartInit | Indicates that this plugin expects to be initialized and enabled with the game, and disabled with the game. |