The iEquip_SoulSeeker script is a part of Skyrim SE’s Papyrus scripting ecosystem. This script is not present in the vanilla game, but can be found in modded sources like iEquip (iEquip).
For this script, the Papyrus index knows about:
- 1 function
Inheritance Tree
No indexed scripts extend this script.
Properties
No properties found.
Events
No events found.
Functions
- Found in:
- iEquip
intfunctionBringMeASoul(inta_reqCharge, inta_fillMethod, boola_partialFill, boola_wasteOK)NativeGlobal@brief Fetches the most optimal soulgem to fill an enchanted weapon.
@param a_reqCharge The required soul to fetch. Valid inputs 1-5.
@param a_fillMethod The method used to fill the soulgem. Valid inputs 0-1.
@param a_partialFill Determines whether partially filled soul gems can be returned.
@param a_wasteOK Determines whether soulgems exceeding the requred size can be returned.
@return Returns the soul size of the found soul. Returns -1 if the search was a failure.
@notes This function will remove the soulgem automatically.
