terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ InsertItem() [1/2]

override void Microsoft.Xna.Framework.GameComponentCollection.InsertItem ( int index,
IGameComponent item )
inlineprotected

Definition at line 74 of file GameComponentCollection.cs.

75 {
76 if (item != null && this.ComponentAdded != null)
77 {
78 return;
79 }
80 }
EventHandler< GameComponentCollectionEventArgs > ComponentAdded

References Microsoft.Xna.Framework.GameComponentCollection.ComponentAdded, and System.item.