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

◆ Clear()

static void Terraria.ModLoader.ContentInstance< T >.Clear ( )
inlinestaticprivate

Definition at line 84 of file ContentInstance.cs.

85 {
87 {
88 entry.Value.Clear();
89 if (entry.Key.Assembly != typeof(ContentEntry).Assembly)
90 {
91 contentByType.TryRemove(entry.Key, out var _);
92 }
93 }
94 }
static ConcurrentDictionary< Type, ContentEntry > contentByType

References Terraria.ModLoader.ContentInstance< T >.contentByType.

Referenced by Terraria.ModLoader.ContentInstance< T >.ContentInstance().

+ Here is the caller graph for this function: