CommonLibSSE NG
Loading...
Searching...
No Matches
BGSEntryPointFunctionDataText.h
Go to the documentation of this file.
1#pragma once
2
5
6namespace RE
7{
9 {
10 public:
11 inline static constexpr auto RTTI = RTTI_BGSEntryPointFunctionDataText;
12
14
15 // override (BGSEntryPointFunctionData)
16 FunctionType GetType() const override; // 01 - { return kText; }
17 bool LoadFunctionData(TESFile* a_mod) override; // 02
18
19 // members
21 };
22 static_assert(sizeof(BGSEntryPointFunctionDataText) == 0x10);
23}
Definition BGSEntryPointFunctionData.h:10
FunctionType
Definition BGSEntryPointFunctionData.h:15
Definition BGSEntryPointFunctionDataText.h:9
BSFixedString text
Definition BGSEntryPointFunctionDataText.h:20
static constexpr auto RTTI
Definition BGSEntryPointFunctionDataText.h:11
bool LoadFunctionData(TESFile *a_mod) override
FunctionType GetType() const override
~BGSEntryPointFunctionDataText() override
Definition TESFile.h:15
Definition AbsorbEffect.h:6
constexpr REL::VariantID RTTI_BGSEntryPointFunctionDataText(685372, 393152, 0x1ee48e8)