CommonLibSSE (powerof3)
BGSInstancedQuestObjective.h
Go to the documentation of this file.
1 #pragma once
2 
4 
5 namespace RE
6 {
7  class BGSQuestObjective;
8 
10  {
11  public:
12  // members
14  std::uint32_t instanceID; // 08
16  };
17  static_assert(sizeof(BGSInstancedQuestObjective) == 0x10);
18 }
Definition: BGSInstancedQuestObjective.h:10
BGSQuestObjective * Objective
Definition: BGSInstancedQuestObjective.h:13
QUEST_OBJECTIVE_STATE InstanceState
Definition: BGSInstancedQuestObjective.h:15
std::uint32_t instanceID
Definition: BGSInstancedQuestObjective.h:14
Definition: TESQuest.h:161
Definition: AbsorbEffect.h:6
QUEST_OBJECTIVE_STATE
Definition: QuestObjectiveStates.h:6