9            kNone = 
static_cast<std::underlying_type_t<ArchetypeID>
>(-1),
 
   15            kDualValueModifier = 5,
 
   20            kCommandSummoned = 10,
 
   42            kAccumulateMagnitude = 32,
 
   44            kPeakValueModifier = 34,
 
   53            kSpawnScriptedRef = 43,
 
   75    struct formatter<
RE::EffectArchetype>
 
   77        template <
class ParseContext>
 
   78        constexpr auto parse(ParseContext& a_ctx)
 
   83        template <
class FormatContext>
 
   91#ifdef __cpp_lib_format 
   94    template <
class CharT>
 
   95    struct formatter<
RE::
EffectArchetype, CharT> : std::formatter<std::string_view, CharT>
 
   97        template <
class FormatContext>
 
Definition AbsorbEffect.h:6
 
EffectArchetypes::ArchetypeID EffectArchetype
Definition EffectArchetypes.h:59
 
std::string_view EffectArchetypeToString(EffectArchetype a_archetype) noexcept
 
Definition ActorValueList.h:50
 
Definition ActorValueList.h:28
 
std::string to_string(RE::ActorValue a_actorValue)
Definition ActorValueList.h:29
 
Definition EffectArchetypes.h:6
 
ArchetypeID
Definition EffectArchetypes.h:8