|
TModLoader v1.4.4.9
TModLoader source code documentation
|
|
inlinestatic |
Calls the GlobalItem.OnStack hooks in destination , then the ModItem.OnStack hook in destination
OnStack is called before the items are transferred from source to destination
| destination | The item instance that source will attempt to stack onto |
| source | The item instance being stacked onto destination |
| numToTransfer | The quantity of source that will be transferred to destination |
Definition at line 1893 of file ItemLoader.cs.
References Terraria.ModLoader.ItemLoader.HookOnStack.
Referenced by Terraria.ModLoader.ItemLoader.StackItems().
Here is the caller graph for this function: