CommonLibSSE NG
ObjectiveState.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/B/BSTEvent.h"
5 
6 namespace RE
7 {
8  class BGSQuestObjective;
9 
11  {
12  public:
13  struct Event
14  {
15  public:
16  // members
20  };
21 
23  };
24 }
Definition: TESQuest.h:161
Definition: BSTEvent.h:19
Definition: AbsorbEffect.h:6
QUEST_OBJECTIVE_STATE
Definition: QuestObjectiveStates.h:6
Definition: ObjectiveState.h:14
QUEST_OBJECTIVE_STATE oldState
Definition: ObjectiveState.h:18
BGSQuestObjective * objective
Definition: ObjectiveState.h:17
QUEST_OBJECTIVE_STATE newState
Definition: ObjectiveState.h:19
Definition: ObjectiveState.h:11
static BSTEventSource< Event > * GetEventSource()