| 
    CommonLibSSE (powerof3)
    
   | 
 
#include <ExtraRefrPath.h>
  
Public Types | |
| enum class | PATH_TYPE | 
Public Member Functions | |
| ~ExtraRefrPath () override | |
| 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 | |
| NiPoint3 | startPos | 
| NiPoint3 | startTangent | 
| NiPoint3 | startEuler | 
| NiPoint3 | goalPos | 
| NiPoint3 | goalTangent | 
| NiPoint3 | goalEuler | 
| float | speed | 
| float | maxRotSpeed | 
| float | currentParameter | 
| stl::enumeration< PATH_TYPE, std::uint32_t > | type | 
  Public Attributes inherited from RE::BSExtraData | |
| BSExtraData * | next | 
Static Public Attributes | |
| static constexpr auto | RTTI = RTTI_ExtraRefrPath | 
| static constexpr auto | EXTRADATATYPE = ExtraDataType::kRefrPath | 
  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 () | 
      
  | 
  strong | 
      
  | 
  override | 
      
  | 
  overridevirtual | 
Implements RE::BSExtraData.
| float RE::ExtraRefrPath::currentParameter | 
      
  | 
  inlinestaticconstexpr | 
| NiPoint3 RE::ExtraRefrPath::goalEuler | 
| NiPoint3 RE::ExtraRefrPath::goalPos | 
| NiPoint3 RE::ExtraRefrPath::goalTangent | 
| float RE::ExtraRefrPath::maxRotSpeed | 
      
  | 
  inlinestaticconstexpr | 
| float RE::ExtraRefrPath::speed | 
| NiPoint3 RE::ExtraRefrPath::startEuler | 
| NiPoint3 RE::ExtraRefrPath::startPos | 
| NiPoint3 RE::ExtraRefrPath::startTangent | 
| stl::enumeration<PATH_TYPE, std::uint32_t> RE::ExtraRefrPath::type |