styyx-util 1.0
Utility Header for SKSE Plugin development
Loading...
Searching...
No Matches
StyyxUtil::FormUtil Struct Reference

#include <st-forms.h>

Static Public Member Functions

static RE::TESForm * GetFormFromString (const std::string &a_form_id_string)
 Get Form from a string.
static RE::SpellItem * GetSpellFromString (const std::string &a_form_id_string)
 Get Form from a string. GetFormFromString for usage details
static RE::EffectSetting * GetEffectSettingFromString (const std::string &a_form_id_string)
 Get Form from a string. GetFormFromString for usage details
static RE::TESObjectWEAP * GetWeaponFromString (const std::string &a_form_id_string)
 Get Form from a string. GetFormFromString for usage details

Member Function Documentation

◆ GetEffectSettingFromString()

RE::EffectSetting * StyyxUtil::FormUtil::GetEffectSettingFromString ( const std::string & a_form_id_string)
inlinestatic

Get Form from a string. GetFormFromString for usage details

Here is the call graph for this function:

◆ GetFormFromString()

RE::TESForm * StyyxUtil::FormUtil::GetFormFromString ( const std::string & a_form_id_string)
inlinestatic

Get Form from a string.

Parameters
a_form_id_stringThe string to get the Form from
Returns
A TESForm* or nullptr if it can't find a form
Usage
"Skyrim.esm|0x800" or "MyAwesomeFormEditorID"
Note
To make use of EditorID powerofthree tweaks needs to be installed
Here is the caller graph for this function:

◆ GetSpellFromString()

RE::SpellItem * StyyxUtil::FormUtil::GetSpellFromString ( const std::string & a_form_id_string)
inlinestatic

Get Form from a string. GetFormFromString for usage details

Here is the call graph for this function:

◆ GetWeaponFromString()

RE::TESObjectWEAP * StyyxUtil::FormUtil::GetWeaponFromString ( const std::string & a_form_id_string)
inlinestatic

Get Form from a string. GetFormFromString for usage details

Here is the call graph for this function:

The documentation for this struct was generated from the following file: