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