|
TModLoader v1.4.4.9
TModLoader source code documentation
|
|
inlinestatic |
Begins caching items spawns for a given item type (F:Terraria.Item.type).
Cached item types will not be spawned into the world when created with Item.NewItem().
Cache sizes can be checked by indexing F:Terraria.Item.cachedItemSpawnsByType and dropped using M:Terraria.Item.DropCache(Terraria.DataStructures.IEntitySource,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Int32,System.Boolean).
| t | The item type to start caching. |
Definition at line 1181 of file Item.cs.
References Terraria.Item.cachedItemSpawnsByType.
Referenced by Terraria.Wiring.MassWireOperationInner().
Here is the caller graph for this function: