CommonLibSSE (Parapets fork)
Loading...
Searching...
No Matches
BGSEntryPointFunctionDataOneValue.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace RE
6{
8 {
9 public:
10 inline static constexpr auto RTTI = RTTI_BGSEntryPointFunctionDataOneValue;
11
13
14 // override (BGSEntryPointFunctionData)
15 FunctionType GetType() const override; // 01 - { return kOneValue; }
16 bool LoadFunctionData(TESFile* a_mod) override; // 02
17
18 // members
19 float data; // 08 - DATA
20 std::uint32_t pad0C; // 0C
21 };
22 static_assert(sizeof(BGSEntryPointFunctionDataOneValue) == 0x10);
23}
Definition: BGSEntryPointFunctionData.h:10
FunctionType
Definition: BGSEntryPointFunctionData.h:15
Definition: BGSEntryPointFunctionDataOneValue.h:8
float data
Definition: BGSEntryPointFunctionDataOneValue.h:19
FunctionType GetType() const override
std::uint32_t pad0C
Definition: BGSEntryPointFunctionDataOneValue.h:20
bool LoadFunctionData(TESFile *a_mod) override
~BGSEntryPointFunctionDataOneValue() override
static constexpr auto RTTI
Definition: BGSEntryPointFunctionDataOneValue.h:10
Definition: TESFile.h:14
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_BGSEntryPointFunctionDataOneValue
Definition: Offsets_RTTI.h:1289