Click or drag to resize

ModManagerResourceUnloaded Event

Event fired when a resource is unloaded.

Returns the folder, path, and mod it was loaded with, respectively.

Namespace:  Kit.Modding
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static event Action<ResourceFolder, string, Mod> ResourceUnloaded
Request Example View Source

Value

Type: SystemActionResourceFolder, String, Mod
See Also