CommonLibSSE (Parapets fork)
BGSEntryPointFunctionDataText.h
Go to the documentation of this file.
1 #pragma once
2 
4 #include "RE/B/BSFixedString.h"
5 
6 namespace RE
7 {
9  {
10  public:
11  inline static constexpr auto RTTI = RTTI_BGSEntryPointFunctionDataText;
12 
14 
15  // override (BGSEntryPointFunctionData)
16  ENTRY_POINT_FUNCTION_DATA GetType() const override; // 01 - { return kText; }
17  bool LoadImpl(TESFile* a_mod) override; // 02
18 
19  // members
21  };
22  static_assert(sizeof(BGSEntryPointFunctionDataText) == 0x10);
23 }
Definition: BGSEntryPointFunctionDataText.h:9
BSFixedString text
Definition: BGSEntryPointFunctionDataText.h:20
static constexpr auto RTTI
Definition: BGSEntryPointFunctionDataText.h:11
bool LoadImpl(TESFile *a_mod) override
ENTRY_POINT_FUNCTION_DATA GetType() const override
Definition: BGSEntryPointFunctionData.h:11
ENTRY_POINT_FUNCTION_DATA
Definition: BGSEntryPointFunctionData.h:16
Definition: TESFile.h:14
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_BGSEntryPointFunctionDataText
Definition: Offsets_RTTI.h:1291