| 
    CommonLibSSE (powerof3)
    
   | 
 
#include <ExtraSayToTopicInfo.h>
  
Public Member Functions | |
| virtual | ~ExtraSayToTopicInfo () | 
| virtual ExtraDataType | GetType () const override | 
  Public Member Functions inherited from RE::BSExtraData | |
| BSExtraData () | |
| virtual | ~BSExtraData ()=default | 
| virtual ExtraDataType | GetType () const =0 | 
| 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 | |
| TESTopic * | topic | 
| std::uint8_t | unk18 | 
| std::uint8_t | pad19 | 
| std::uint16_t | pad1A | 
| float | subtitleSpeechDelay | 
| BGSDialogueBranch * | exclusiveBranch | 
| BSSoundHandle | unk28 | 
| std::uint32_t | pad34 | 
| DialogueItem * | item | 
  Public Attributes inherited from RE::BSExtraData | |
| BSExtraData * | next | 
Static Public Attributes | |
| static constexpr auto | RTTI = RTTI_ExtraSayToTopicInfo | 
| static constexpr auto | EXTRADATATYPE = ExtraDataType::kSayTopicInfo | 
  Static Public Attributes inherited from RE::BSExtraData | |
| static constexpr auto | RTTI = RTTI_BSExtraData | 
| static constexpr auto | VTABLE = VTABLE_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 () | 
      
  | 
  virtual | 
      
  | 
  overridevirtual | 
Implements RE::BSExtraData.
| BGSDialogueBranch* RE::ExtraSayToTopicInfo::exclusiveBranch | 
      
  | 
  inlinestaticconstexpr | 
| DialogueItem* RE::ExtraSayToTopicInfo::item | 
| std::uint8_t RE::ExtraSayToTopicInfo::pad19 | 
| std::uint16_t RE::ExtraSayToTopicInfo::pad1A | 
| std::uint32_t RE::ExtraSayToTopicInfo::pad34 | 
      
  | 
  inlinestaticconstexpr | 
| float RE::ExtraSayToTopicInfo::subtitleSpeechDelay | 
| TESTopic* RE::ExtraSayToTopicInfo::topic | 
| std::uint8_t RE::ExtraSayToTopicInfo::unk18 | 
| BSSoundHandle RE::ExtraSayToTopicInfo::unk28 |