Show / Hide Table of Contents

Struct PopulationManager.PoolItem

Namespace: DaggerfallWorkshop.Game.Utility
Assembly: Assembly-CSharp.dll
Syntax
public struct PoolItem

Fields

| Improve this Doc View Source

active

Declaration
public bool active
Field Value
Type Description
Boolean
| Improve this Doc View Source

distanceToPlayer

Declaration
public float distanceToPlayer
Field Value
Type Description
Single
| Improve this Doc View Source

npc

Declaration
public MobilePersonNPC npc
Field Value
Type Description
MobilePersonNPC
| Improve this Doc View Source

scheduleEnable

Declaration
public bool scheduleEnable
Field Value
Type Description
Boolean
| Improve this Doc View Source

scheduleRecycle

Declaration
public bool scheduleRecycle
Field Value
Type Description
Boolean
  • Improve this Doc
  • View Source
In This Article
  • Fields
    • active
    • distanceToPlayer
    • npc
    • scheduleEnable
    • scheduleRecycle
Back to top Generated by DocFX