|
CommonLibSSE (Parapets fork)
|
#include <ExtraHotkey.h>
Public Types | |
| enum class | Hotkey |
Public Member Functions | |
| ExtraHotkey () | |
| ExtraHotkey (Hotkey a_hotkey) | |
| ~ExtraHotkey () override=default | |
| ExtraDataType | GetType () const override |
| bool | IsNotEqual (const BSExtraData *a_rhs) const override |
Public Member Functions inherited from RE::BSExtraData | |
| BSExtraData () | |
| virtual | ~BSExtraData ()=default |
| bool | operator== (const BSExtraData &a_rhs) const |
| bool | operator!= (const BSExtraData &a_rhs) const |
| TES_HEAP_REDEFINE_NEW () | |
Public Attributes | |
| stl::enumeration< Hotkey, std::uint8_t > | hotkey |
| std::uint8_t | unk11 |
| std::uint16_t | unk12 |
| std::uint32_t | unk14 |
Public Attributes inherited from RE::BSExtraData | |
| BSExtraData * | next |
Static Public Attributes | |
| static constexpr auto | RTTI = RTTI_ExtraHotkey |
| static constexpr auto | EXTRADATATYPE = ExtraDataType::kHotkey |
Static Public Attributes inherited from RE::BSExtraData | |
| static constexpr auto | RTTI = RTTI_BSExtraData |
| static constexpr auto | EXTRADATATYPE = ExtraDataType::kNone |
Additional Inherited Members | |
Static Public Member Functions inherited from RE::BSExtraData | |
| static BSExtraData * | Create (std::size_t a_size, std::uintptr_t a_vtbl) |
| template<class T > | |
| static T * | Create (std::uintptr_t a_vtbl) |
|
strong |
| RE::ExtraHotkey::ExtraHotkey | ( | ) |
|
explicit |
|
overridedefault |
|
overridevirtual |
Implements RE::BSExtraData.
|
overridevirtual |
Reimplemented from RE::BSExtraData.
|
inlinestaticconstexpr |
| stl::enumeration<Hotkey, std::uint8_t> RE::ExtraHotkey::hotkey |
|
inlinestaticconstexpr |
| std::uint8_t RE::ExtraHotkey::unk11 |
| std::uint16_t RE::ExtraHotkey::unk12 |
| std::uint32_t RE::ExtraHotkey::unk14 |