styyx-util 1.0
Utility Header for SKSE Plugin development
Loading...
Searching...
No Matches
Enum to String helpers

Functions

static const char * StyyxUtil::MiscUtil::EntryPointToString (RE::BGSEntryPoint::ENTRY_POINT entryPoint)
 Get the entry point name.
static const char * StyyxUtil::MiscUtil::WeaponTypeToString (const RE::WEAPON_TYPE a_type)
 Get the name of a weapon type.
static const char * StyyxUtil::MiscUtil::AttackStateToString (RE::ATTACK_STATE_ENUM state)
 Get the name of a specified attack state.

Detailed Description

Function Documentation

◆ AttackStateToString()

const char * StyyxUtil::MiscUtil::AttackStateToString ( RE::ATTACK_STATE_ENUM state)
inlinestatic

Get the name of a specified attack state.

Parameters
stateThe attack state you want to get the name of
Returns
The name of the attack state

◆ EntryPointToString()

const char * StyyxUtil::MiscUtil::EntryPointToString ( RE::BGSEntryPoint::ENTRY_POINT entryPoint)
inlinestatic

Get the entry point name.

Parameters
entryPointThe entry point you want to get the name of
Returns
The name of the entry point

◆ WeaponTypeToString()

const char * StyyxUtil::MiscUtil::WeaponTypeToString ( const RE::WEAPON_TYPE a_type)
inlinestatic

Get the name of a weapon type.

Parameters
a_typeThe weapon type you want to get the name of
Returns
The name of the Weapon type in the enum