- Found in:
- iEquip
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)