CommonLibSSE (Parapets fork)
RE::TOPIC_INFO_DATA Struct Reference

#include <TESTopicInfo.h>

Public Types

enum class  TOPIC_INFO_FLAGS {
  kNone = 0 , kStartSceneOnEnd = 1 << 0 , kRandom = 1 << 1 , kSayOnce = 1 << 2 ,
  kRequiresPlayerActivation = 1 << 3 , kInfoRefusal = 1 << 4 , kRandomEnd = 1 << 5 , kEndRunningScene = 1 << 6 ,
  kIsForceGreet = 1 << 7 , kPlayerAddress = 1 << 8 , kForceSubtitle = 1 << 9 , kCanMoveWhileGreeting = 1 << 10 ,
  kNoLIPFile = 1 << 11 , kPostProcess = 1 << 12 , kCustomSoundOutput = 1 << 13 , kSpendsFavorPoints = 1 << 14
}
 

Public Member Functions

float GetResetHours () const
 

Public Attributes

stl::enumeration< TOPIC_INFO_FLAGS, std::uint16_t > flags
 
std::uint16_t timeUntilReset
 

Member Enumeration Documentation

◆ TOPIC_INFO_FLAGS

Enumerator
kNone 
kStartSceneOnEnd 
kRandom 
kSayOnce 
kRequiresPlayerActivation 
kInfoRefusal 
kRandomEnd 
kEndRunningScene 
kIsForceGreet 
kPlayerAddress 
kForceSubtitle 
kCanMoveWhileGreeting 
kNoLIPFile 
kPostProcess 
kCustomSoundOutput 
kSpendsFavorPoints 

Member Function Documentation

◆ GetResetHours()

float RE::TOPIC_INFO_DATA::GetResetHours ( ) const

Member Data Documentation

◆ flags

stl::enumeration<TOPIC_INFO_FLAGS, std::uint16_t> RE::TOPIC_INFO_DATA::flags

◆ timeUntilReset

std::uint16_t RE::TOPIC_INFO_DATA::timeUntilReset

The documentation for this struct was generated from the following file: