Background for Skyrim SE

iEquip_LightExt


Inheritance Tree

No indexed scripts extend this script.

Properties
Events
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.