setRainbow: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[[Cc]ategory:[ _]?Arma[ _]3:[ _]([^|]*)[ _]?\|.*\]\]" to "{{GameCategory|arma3|$1}}")
m (Text replacement - ">Posted on April ([0-9]{2})[ a-zA-Z]*, ([0-9]{4})" to ">Posted on $2-04-$1")
 
(23 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma3 |Game name=
|game1= arma3
|version1= 0.50


|0.50|Game version=
|eff= local


|gr1= Environment |GROUP1=
|gr1= Environment


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


____________________________________________________________________________________________
|s1= time [[setRainbow]] value


| Changes the rainbow value smoothly during the given time (in seconds). A time of zero means there will be an immediate change.  |DESCRIPTION=
|p1= time: [[Number]]
____________________________________________________________________________________________


| time '''setRainbow''' value |SYNTAX=
|p2= value: [[Number]]


|p1= time: [[Number]] |PARAMETER1=
|r1= [[Nothing]]


|p2= value: [[Number]]  |PARAMETER2=  
|x1= <sqf>360 setRainbow 1;</sqf>


| [[Nothing]] |RETURNVALUE=
|seealso= [[rainbow]]
 
 
|x1= <code>360 [[setRainbow]] 1;</code>|EXAMPLE1=  
 
____________________________________________________________________________________________
 
| [[rainbow]] |SEEALSO=
 
|  |MPBEHAVIOUR=
____________________________________________________________________________________________
}}
}}


<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->


<!-- Note Section END -->
<dl class="command_description">
</dl>


<h3 style='display:none'>Bottom Section</h3>
<dt></dt>
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
<dd class="notedate">Posted on 2015-04-24 - 00:32 (UTC)</dd>
[[Category:Command_Group:_Environment|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
{{GameCategory|arma3|New_Scripting_Commands_List}}
 
<!-- CONTINUE Notes -->
<dl class="command_description">
<dd class="notedate">Posted on April 24, 2015 - 00:32 (UTC)</dd>
<dt class="note">[[User:Benargee|Benargee]]</dt>
<dt class="note">[[User:Benargee|Benargee]]</dt>
<dd class="note">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.
<dd class="note">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.
</dd>
</dd>
</dl>
</dl>
<!-- DISCONTINUE Notes -->
 
{{Note
|user= samatra
|timestamp= 20220701072442
|text= This command seems to be completely local, no synchronization with other clients, no JIP, nothing, you have to do it all yourself.
}}

Latest revision as of 00:07, 14 May 2023

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 2015-04-24 - 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.
samatra - c
Posted on Jul 01, 2022 - 07:24 (UTC)
This command seems to be completely local, no synchronization with other clients, no JIP, nothing, you have to do it all yourself.