Show / Hide Table of Contents

Delegate DaggerfallEntityBehaviour.OnSetEntityHandler

Namespace: DaggerfallWorkshop.Game.Entity
Assembly: Assembly-CSharp.dll
Syntax
public delegate void OnSetEntityHandler(DaggerfallEntity oldEntity, DaggerfallEntity newEntity);
Parameters
Type Name Description
DaggerfallEntity oldEntity
DaggerfallEntity newEntity
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX