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,
78 template <
class ParseContext>
79 constexpr
auto parse(ParseContext& a_ctx)
84 template <
class FormatContext>
93 #ifdef __cpp_lib_format
96 template <
class CharT>
97 struct formatter<
RE::
EffectArchetype, CharT> : std::formatter<std::string_view, CharT>
99 template <
class FormatContext>
Definition: AbsorbEffect.h:6
EffectArchetypes::ArchetypeID EffectArchetype
Definition: EffectArchetypes.h:59
std::string_view EffectArchetypeToString(EffectArchetype a_archetype) noexcept
string(const CharT(&)[N]) -> string< CharT, N - 1 >
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