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