CommonLibSSE (powerof3)
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 inline static constexpr auto VTABLE = VTABLE_BGSEntryPointFunctionDataOneValue;
12
14
15 // override (BGSEntryPointFunctionData)
16 FunctionType GetType() const override; // 01 - { return kOneValue; }
17 bool LoadFunctionData(TESFile* a_mod) override; // 02
18
19 // members
20 float data; // 08 - DATA
21 std::uint32_t pad0C; // 0C
22 };
23 static_assert(sizeof(BGSEntryPointFunctionDataOneValue) == 0x10);
24}
Definition BGSEntryPointFunctionDataOneValue.h:8
static constexpr auto VTABLE
Definition BGSEntryPointFunctionDataOneValue.h:11
float data
Definition BGSEntryPointFunctionDataOneValue.h:20
FunctionType GetType() const override
std::uint32_t pad0C
Definition BGSEntryPointFunctionDataOneValue.h:21
bool LoadFunctionData(TESFile *a_mod) override
static constexpr auto RTTI
Definition BGSEntryPointFunctionDataOneValue.h:10
Definition BGSEntryPointFunctionData.h:10
FunctionType
Definition BGSEntryPointFunctionData.h:16
Definition TESFile.h:17
Definition AbsorbEffect.h:6
constexpr REL::ID RTTI_BGSEntryPointFunctionDataOneValue(static_cast< std::uint64_t >(685367))
constexpr std::array< REL::ID, 1 > VTABLE_BGSEntryPointFunctionDataOneValue
Definition Offsets_VTABLE.h:8612