|
TModLoader v1.4.4.9
TModLoader source code documentation
|
|
inlinestatic |
Called when splitting a stack of items.
| destination | The item instance that source will transfer items to, and is usually a clone of source . This parameter's stack will be set to zero before any transfer occurs. |
| source | The item instance being stacked onto destination |
| numToTransfer | The quantity of source that will be transferred to destination |
Definition at line 1931 of file ItemLoader.cs.
References Terraria.ModLoader.ItemLoader.HookSplitStack.
Referenced by Terraria.ModLoader.ItemLoader.TransferWithLimit().
Here is the caller graph for this function: