|
TModLoader v1.4.4.9
TModLoader source code documentation
|
|
inlinestatic |
Calls all GlobalItem.CanStackInWorld hooks until one returns false then ModItem.CanStackInWorld. Returns whether any of the hooks returned false.
| destination | The item instance that source will attempt to stack onto |
| source | The item instance being stacked onto destination |
Definition at line 1825 of file ItemLoader.cs.
References Terraria.ModLoader.ItemLoader.HookCanStackInWorld.
Referenced by Terraria.Item.CombineWithNearbyItems().
Here is the caller graph for this function: