Background for Skyrim SE
Member of the iEquip_LightExt script
voidfunctionSetLightDuration(Lighta_light, inta_duration)NativeGlobal

Description

Documentation Comment

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


Caveats


Parameters

Lighta_light

inta_duration


Examples

Auto-Generated Example

Light myLight__a_light
int myInt__a_duration

iEquip_LightExt.SetLightDuration(myLight__a_light, myInt__a_duration)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.