Table of Contents

Class AIManager.DelayedSonicEvent

Namespace
FistVR
Assembly
Assembly-CSharp.dll
public class AIManager.DelayedSonicEvent
Inheritance
AIManager.DelayedSonicEvent
Inherited Members

Constructors

DelayedSonicEvent(float, AIEntity, float, Vector3, float)

public DelayedSonicEvent(float TickDown, AIEntity Entity, float Danger, Vector3 Pos, float Dist)

Parameters

TickDown float
Entity AIEntity
Danger float
Pos Vector3
Dist float

Fields

danger

public float danger

Field Value

float

dist

public float dist

Field Value

float

entity

public AIEntity entity

Field Value

AIEntity

pos

public Vector3 pos

Field Value

Vector3

tickDown

public float tickDown

Field Value

float