Barotrauma Client Doc
Barotrauma.Character.ObjectiveManagerStateEventData Struct Reference

Inherits Barotrauma.Character.IEventData.

Public Member Functions

 ObjectiveManagerStateEventData (AIObjectiveManager.ObjectiveType objectiveType)
 

Public Attributes

readonly AIObjectiveManager.ObjectiveType ObjectiveType
 

Properties

EventType EventType [get]
 

Detailed Description

Definition at line 128 of file CharacterEventData.cs.

Constructor & Destructor Documentation

◆ ObjectiveManagerStateEventData()

Barotrauma.Character.ObjectiveManagerStateEventData.ObjectiveManagerStateEventData ( AIObjectiveManager.ObjectiveType  objectiveType)

Definition at line 133 of file CharacterEventData.cs.

Member Data Documentation

◆ ObjectiveType

readonly AIObjectiveManager.ObjectiveType Barotrauma.Character.ObjectiveManagerStateEventData.ObjectiveType

Definition at line 131 of file CharacterEventData.cs.

Property Documentation

◆ EventType

EventType Barotrauma.Character.ObjectiveManagerStateEventData.EventType
get

Definition at line 130 of file CharacterEventData.cs.