|
styyx-util 1.0
Utility Header for SKSE Plugin development
|
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. | |
|
inlinestatic |
Get the name of a specified attack state.
| state | The attack state you want to get the name of |
|
inlinestatic |
Get the entry point name.
| entryPoint | The entry point you want to get the name of |
|
inlinestatic |
Get the name of a weapon type.
| a_type | The weapon type you want to get the name of |