The iEquip_LightExt 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:
- 4 functions
Inheritance Tree
No indexed scripts extend this script.
Properties
No properties found.
Events
No events found.
Functions
- Found in:
- iEquip
@brief Returns the light duration of the given light.
@param a_light The light to retrieve the light duration of.
@return Returns -1 on error, else returns the light duration.- Found in:
- iEquip
@brief Sets the light duration of the given light.
@param a_light The light to set the light duration of.
@param a_duration The duration of the light in seconds.- Found in:
- iEquip
@brief Returns the light radius of the given light.
@param a_light The light to retrieve the light radius of.
@return Returns -1 on error, else returns the light radius.- Found in:
- iEquip
@brief Sets the light radius of the given light.
@param a_light The light to set the light radius of.
