Class ThreatTracker.ThreatCreature
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class ThreatTracker.ThreatCreature
- Inheritance
-
ThreatTracker.ThreatCreature
- Inherited Members
-
Constructors
ThreatCreature(ThreatTracker, CreatureRepresentation)
public ThreatCreature(ThreatTracker owner, Tracker.CreatureRepresentation creature)
Parameters
owner ThreatTracker
creature Tracker.CreatureRepresentation
Fields
creature
public Tracker.CreatureRepresentation creature
Field Value
- Tracker.CreatureRepresentation
owner
public ThreatTracker owner
Field Value
- ThreatTracker
severity
Field Value
- float
threatPoint
public ThreatTracker.ThreatPoint threatPoint
Field Value
- ThreatTracker.ThreatPoint
Properties
CurrentThreat
public float CurrentThreat { get; }
Property Value
- float
Methods
Destroy(bool)
public void Destroy(bool stopTracking)
Parameters
stopTracking bool
Update()