CommonLibSSE (powerof3)
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  inline static constexpr auto VTABLE = VTABLE_BGSEntryPointFunctionDataText;
13 
15 
16  // override (BGSEntryPointFunctionData)
17  FunctionType GetType() const override; // 01 - { return kText; }
18  bool LoadFunctionData(TESFile* a_mod) override; // 02
19 
20  // members
22  };
23  static_assert(sizeof(BGSEntryPointFunctionDataText) == 0x10);
24 }
Definition: BGSEntryPointFunctionDataText.h:9
static constexpr auto VTABLE
Definition: BGSEntryPointFunctionDataText.h:12
BSFixedString text
Definition: BGSEntryPointFunctionDataText.h:21
static constexpr auto RTTI
Definition: BGSEntryPointFunctionDataText.h:11
bool LoadFunctionData(TESFile *a_mod) override
FunctionType GetType() const override
Definition: BGSEntryPointFunctionData.h:10
FunctionType
Definition: BGSEntryPointFunctionData.h:16
Definition: TESFile.h:17
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_BGSEntryPointFunctionDataText(static_cast< std::uint64_t >(685372))
constexpr std::array< REL::ID, 1 > VTABLE_BGSEntryPointFunctionDataText
Definition: Offsets_VTABLE.h:8614