Background for Skyrim SE
Member of the iEquip_LightExt script
intfunctionGetLightDuration(Lighta_light)NativeGlobal

Description

Documentation Comment

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


Caveats


Parameters

Lighta_light


Examples

Auto-Generated Example

Light myLight__a_light

int returnedValue = iEquip_LightExt.GetLightDuration(myLight__a_light)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.