The Land_FloodLight_F vehicle is not functional. I can't turn on the light using switchLamp nor BIS_fnc_switchLamp nor setPilotLight. Please make this flood light workable. I would like to attach them to trucks and buildings and have the ability to easily turn them on/off. Thanks.
Description
Description
Details
Details
- Severity
- None
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Operating System Version
- 1709
- Category
- Config
Steps To Reproduce
run this command in debug console
count configProperties [configFile >> "CfgVehicles" >> "Land_FloodLight_F" >> "Reflectors"]
This returns 0 which means it has no lights to turn on/off and BIS_fnc_switchLamp requires this for it to work.
Additional Information
compare this with light that works because it has reflectors:
count configProperties [configFile >> "CfgVehicles" >> "Land_PortableLight_double_F" >> "Reflectors"]
this returns 2
And this light also works because it has a reflector:
count configProperties [configFile >> "CfgVehicles" >> "Land_PortableLight_single_F" >> "Reflectors"]
this returns 1