| 
    CommonLibSSE (powerof3)
    
   | 
 
#include <ExtraCanTalkToPlayer.h>
  
Public Member Functions | |
| ExtraCanTalkToPlayer () | |
| ExtraCanTalkToPlayer (bool a_canTalk) | |
| virtual | ~ExtraCanTalkToPlayer ()=default | 
| 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 | |
| bool | talk | 
| std::uint8_t | pad11 | 
| std::uint16_t | pad12 | 
| std::uint32_t | pad14 | 
  Public Attributes inherited from RE::BSExtraData | |
| BSExtraData * | next | 
Static Public Attributes | |
| static constexpr auto | RTTI = RTTI_ExtraCanTalkToPlayer | 
| static constexpr auto | VTABLE = VTABLE_ExtraCanTalkToPlayer | 
| static constexpr auto | EXTRADATATYPE = ExtraDataType::kCanTalkToPlayer | 
  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 () | 
| RE::ExtraCanTalkToPlayer::ExtraCanTalkToPlayer | ( | ) | 
      
  | 
  explicit | 
      
  | 
  virtualdefault | 
      
  | 
  overridevirtual | 
Implements RE::BSExtraData.
      
  | 
  inlinestaticconstexpr | 
| std::uint8_t RE::ExtraCanTalkToPlayer::pad11 | 
| std::uint16_t RE::ExtraCanTalkToPlayer::pad12 | 
| std::uint32_t RE::ExtraCanTalkToPlayer::pad14 | 
      
  | 
  inlinestaticconstexpr | 
| bool RE::ExtraCanTalkToPlayer::talk | 
      
  | 
  inlinestaticconstexpr |