Background for Skyrim SE

The iEquip_LightExt Script

    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

      • intfunctionGetLightDuration(Lighta_light)NativeGlobal

        @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.

      • voidfunctionSetLightDuration(Lighta_light, inta_duration)NativeGlobal

        @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.

      • intfunctionGetLightRadius(Lighta_light)NativeGlobal

        @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.

      • voidfunctionSetLightRadius(Lighta_light, inta_radius)NativeGlobal

        @brief Sets the light radius of the given light.
        @param a_light The light to set the light radius of.

      Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.