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
@ kNone
Definition: PlayerCharacter.h:85
std::string_view EffectArchetypeToString(EffectArchetype a_archetype) noexcept
string(const CharT(&)[N]) -> string< CharT, N - 1 >
void parse(char *col, char &x)
Definition: csv.h:1037
Definition: EffectArchetypes.h:65
std::string to_string(RE::EffectArchetype a_archetype)
Definition: EffectArchetypes.h:66
Definition: EffectArchetypes.h:6
ArchetypeID
Definition: EffectArchetypes.h:8