Table of Contents

Class FlyAI.TrackedThreat

Namespace
Global
Assembly
Assembly-CSharp.dll
public class FlyAI.TrackedThreat
Inheritance
FlyAI.TrackedThreat
Inherited Members

Constructors

TrackedThreat(FlyAI, AbstractCreature)

public TrackedThreat(FlyAI owner, AbstractCreature crit)

Parameters

owner FlyAI
crit AbstractCreature

Fields

crit

public AbstractCreature crit

Field Value

AbstractCreature

currentlyScaredOf

public bool currentlyScaredOf

Field Value

bool

deleteMeNextFrame

public bool deleteMeNextFrame

Field Value

bool

lastSeenPos

public Vector2 lastSeenPos

Field Value

Vector2

owner

public FlyAI owner

Field Value

FlyAI

ticksSinceSeen

public int ticksSinceSeen

Field Value

int

ticksToForget

public int ticksToForget

Field Value

int

visualContact

public bool visualContact

Field Value

bool

Properties

Severity

public float Severity { get; }

Property Value

float

Methods

Update()

public void Update()