|
CommonLibSSE (Parapets fork)
|
#include <ExtraSound.h>
Public Member Functions | |
| ~ExtraSound () override | |
| ExtraDataType | GetType () const override |
Public Member Functions inherited from RE::BSExtraData | |
| BSExtraData () | |
| virtual | ~BSExtraData ()=default |
| virtual bool | IsNotEqual (const BSExtraData *a_rhs) const |
| bool | operator== (const BSExtraData &a_rhs) const |
| bool | operator!= (const BSExtraData &a_rhs) const |
| TES_HEAP_REDEFINE_NEW () | |
Public Attributes | |
| BSSoundHandle | phandle |
| std::uint32_t | pad1C |
Public Attributes inherited from RE::BSExtraData | |
| BSExtraData * | next |
Static Public Attributes | |
| static constexpr auto | RTTI = RTTI_ExtraSound |
| static constexpr auto | EXTRADATATYPE = ExtraDataType::kSound |
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) |
|
override |
|
overridevirtual |
Implements RE::BSExtraData.
|
inlinestaticconstexpr |
| std::uint32_t RE::ExtraSound::pad1C |
| BSSoundHandle RE::ExtraSound::phandle |
|
inlinestaticconstexpr |