Show / Hide Table of Contents

Delegate EnemyEntity.EnemyStartingEquipment

Namespace: DaggerfallWorkshop.Game.Entity
Assembly: Assembly-CSharp.dll
Syntax
public delegate void EnemyStartingEquipment(PlayerEntity player, EnemyEntity enemyEntity, int variant);
Parameters
Type Name Description
PlayerEntity player
EnemyEntity enemyEntity
Int32 variant
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX