Interface IGenericEnhancedPlugin
A generic interface for the modification for enhanced plugins.
Namespace: IPA
Assembly: IPA.Loader.dll
Syntax
public interface IGenericEnhancedPlugin
Properties
| Improve this Doc View SourceFilter
Gets a list of executables this plugin should be executed on (without the file ending)
Declaration
[Obsolete("Ignored.")]
string[] Filter { get; }
Property Value
Type | Description |
---|---|
String[] |
Examples
{ "PlayClub", "PlayClubStudio" }
Methods
| Improve this Doc View SourceOnLateUpdate()
Called after Update.
Declaration
void OnLateUpdate()