Background for Skyrim SE
Member of the iEquip_LightExt script
voidfunctionSetLightRadius(Lighta_light, inta_radius)NativeGlobal

Description

Documentation Comment

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


Caveats


Parameters

Lighta_light

inta_radius


Examples

Auto-Generated Example

Light myLight__a_light
int myInt__a_radius

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