Show / Hide Table of Contents

Delegate DaggerfallUnityItem.OnWeaponStrikeEventHandler

Namespace: DaggerfallWorkshop.Game.Items
Assembly: Assembly-CSharp.dll
Syntax
public delegate void OnWeaponStrikeEventHandler(DaggerfallUnityItem item, DaggerfallEntityBehaviour receiver, int damage);
Parameters
Type Name Description
DaggerfallUnityItem item
DaggerfallEntityBehaviour receiver
Int32 damage
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX