setRainbow: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{uc:{{PAGENAME}}}} " to "")
m (Text replacement - "\{\{RV\|type=command \| arma3 \| *([0-9]\.[0-9]{2}) * \|gr1=(.*) \|(.*) \|(.*) \|p1=(.*) \|p2=(.*) \|(.*) \|x1=(.*) \|seealso=(.*) \}\} " to "{{RV|type=command |game1= arma3 |version1= $1 |gr1=$2 |descr=$3 |s1=$4 |p1=...)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma3
|game1= arma3
 
|version1= 0.50
|0.50


|gr1= Environment
|gr1= Environment


| Changes the rainbow value smoothly during the given time (in seconds). A time of zero means there will be an immediate change.
|descr= Changes the rainbow value smoothly during the given time (in seconds). A time of zero means there will be an immediate change.


| time '''setRainbow''' value
|s1= time '''setRainbow''' value


|p1= time: [[Number]]
|p1= time: [[Number]]
Line 15: Line 14:
|p2= value: [[Number]]
|p2= value: [[Number]]


| [[Nothing]]
|r1= [[Nothing]]


|x1= <code>360 [[setRainbow]] 1;</code>
|x1= <code>360 [[setRainbow]] 1;</code>

Revision as of 18:32, 9 June 2021

Hover & click on the images for description

Description

Description:
Changes the rainbow value smoothly during the given time (in seconds). A time of zero means there will be an immediate change.
Groups:
Environment

Syntax

Syntax:
time setRainbow value
Parameters:
time: Number
value: Number
Return Value:
Nothing

Examples

Example 1:
360 setRainbow 1;

Additional Information

See also:
rainbow

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note
Posted on April 24, 2015 - 00:32 (UTC)
Benargee
It should be known that this command does not create a rainbow in all conditions. As in real life, the rainbow can only appear after rainfall and opposite of the sun when it is low on the horizon.