Page MenuHomeFeedback Tracker

SetLightIntensity & setLightBrightness intercept each other
New, WishlistPublic

Description

SetLightIntensity & setLightBrightness cannot be used together otherwise the previous effect will be wiped out by another command.

e.g.
_li setLightBrightness 2;
_li SetLightIntensity 10; // With the result that the light brightness was reduced, so brightness is useless at present.

_li SetLightIntensity 10;
_li setLightBrightness 2; // Intensity set makes no sense, neither can we find any visual difference after brightness set.

Two commands should be an implementation to each other on visual presentation, otherwise they shan't be used togethr to the same light source.

Details

Legacy ID
573121761
Severity
None
Resolution
Open
Reproducibility
Have Not Tried
Category
Scripting

Event Timeline

ffur2007slx2_5 edited Additional Information. (Show Details)
ffur2007slx2_5 set Category to Scripting.
ffur2007slx2_5 set Reproducibility to Have Not Tried.
ffur2007slx2_5 set Severity to None.
ffur2007slx2_5 set Resolution to Open.
ffur2007slx2_5 set Legacy ID to 573121761.May 7 2016, 5:38 PM
Bohemia added a subscriber: AD2001.Dec 18 2013, 9:12 AM

Looks like it is the same command only setLightBrightness is relative

0- 0%
1 - 100%
2 - 200% etc

while setLightIntensity takes some intensity value which could be in thousands

setLightBrightness 1 == setLightIntensity 2500