Delegate ItemHelper.ItemUseHandler
Namespace: DaggerfallWorkshop.Game.Items
Assembly: Assembly-CSharp.dll
Syntax
public delegate bool ItemUseHandler(DaggerfallUnityItem item, ItemCollection collection);
Parameters
| Type | Name | Description |
|---|---|---|
| DaggerfallUnityItem | item | |
| ItemCollection | collection |
Returns
| Type | Description |
|---|---|
| Boolean |