TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ Clear()

static void Terraria.ModLoader.MonoModHooks.Clear ( )
inlinestaticpackage

Definition at line 193 of file MonoModHooks.cs.

194 {
195 HookEndpointManager.Clear();
196 assemblyDetours.Clear();
197 _hookCache.Clear();
198 }
static ConcurrentDictionary<(MethodBase, Delegate), IDisposable > _hookCache
static Dictionary< Assembly, DetourList > assemblyDetours

References Terraria.ModLoader.MonoModHooks._hookCache, and Terraria.ModLoader.MonoModHooks.assemblyDetours.

Referenced by Terraria.ModLoader.ModContent.Unload().

+ Here is the caller graph for this function: