setFog: Difference between revisions
Jump to navigation
Jump to search
m (added arma 3 note template) |
Lou Montana (talk | contribs) (Fix description, parameters and examples) |
||
Line 1: | Line 1: | ||
{{Command|= | {{Command|Comments= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| ofp | | | ofp |Game name= | ||
|1.00| | |1.00|Game version= | ||
|eff= global| | |eff= global|Effects in MP= | ||
|exec= server|= | |||
|exec= server|Exec= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Smoothly change the fog over given time (in seconds). See also [[fogParams]]. | ||
{{Feature arma3|This command is MP synchronised, if executed on server, the changes will propagate globally. If executed on client effect is temporary as it will soon change to the server setting.}} | {{Feature arma3|This command is MP synchronised, if executed on server, the changes will propagate globally. If executed on client effect is temporary as it will soon change to the server setting.}}|Description= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| time | | time [[setFog]] fog |Syntax= | ||
|p1= time: [[Number]] - transition time to the new value| | |p1= time: [[Number]] - transition time to the new value |Parameter 1= | ||
|p2= fog: [[Number]] - | |p2= fog: [[Number]] - fog density. Range 0..1 |Parameter 2= | ||
| [[Nothing]] | | | [[Nothing]] |Return value= | ||
| s2= time | |s2= time [[setFog]] [fogValue, fogDecay, fogBase] (''Since Arma 3'') |Syntax2= | ||
|p21= time: [[Number]] - transition time to the new value|= | |p21= time: [[Number]] - transition time to the new value |PARAMETER21= | ||
|p22= [fogValue, fogDecay, fogBase]: [[Array]] | |p22= [fogValue, fogDecay, fogBase]: [[Array]] of [[Number]]: | ||
* fogValue: [[Number]] - normal [[fog]] value that represents fog density at ''fogBase'' level. Range 0..1 | |||
* fogDecay: [[Number]] - decay of fog density with altitude. Range -1..1 | |||
* fogBase: [[Number]] - base altitude ([[Position#PositionASL|ASL]]) of fog (in meters). Range -5000..5000 |PARAMETER22= | |||
|r2= [[Nothing]] |RETURNVALUE2= | |||
| r2= [[Nothing]] |= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>15 [[setFog]] 0.5;</code> | | |x1= <code>15 [[setFog]] 0.5;</code> |Example 1= | ||
|x2= Force no fog: <code>0 [[setFog]] 0; | |x2= Force no fog: <code>0 [[setFog]] 0; | ||
[[forceWeatherChange]]; | {{codecomment|// [[forceWeatherChange]]; // change is immediate}} | ||
999999 [[setFog]] 0;</code> | | 999999 [[setFog]] 0;</code> |Example 2= | ||
|x3= <code>0 [[setFog]] [1, 0.01, 0];</code>|= | |x3= <code>0 [[setFog]] [1, 0.01, 0];</code>|EXAMPLE3= | ||
|x4= Mountain fog, starts from 70m ASL and thickens more the higher you climb: <code>0 [[setFog]] [1, -1, 70];</code>|= | |x4= Mountain fog, starts from 70m ASL and thickens more the higher you climb: <code>0 [[setFog]] [1, -1, 70];</code> |EXAMPLE4= | ||
|x5= Valley fog, starts from 60m ASL and thickens more the lower you descend: <code>0 [[setFog]] [1, 1, 60];</code>|= | |||
|x6= Fooooog on the waaaater: <code>0 [[setFog]] [1, 1, 0];</code>|= | |x5= Valley fog, starts from 60m ASL and thickens more the lower you descend: <code>0 [[setFog]] [1, 1, 60];</code> |EXAMPLE5= | ||
|x6= Fooooog on the waaaater: <code>0 [[setFog]] [1, 1, 0];</code>|EXAMPLE6= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| mp = Pre-Arma 3, each client and the server could have different fog values | | |mp= Pre-Arma 3, each client and the server could have different fog values |Multiplayer= | ||
|[[Arma 3 Improved Fog]], [[fog]], [[fogParams]], [[fogForecast]], [[nextWeatherChange]], [[forceWeatherChange]], [[setRain]] |See also= | |||
}} | }} | ||
Line 62: | Line 60: | ||
<dd class="notedate"> | <dd class="notedate"> | ||
<dt class="note"> | <dt class="note">[[User:Ceeeb|Ceeeb]] | ||
<dd class="note">Only one script command induced weather change (either [[setOvercast]] or setFog) can be happening at a time. | |||
Starting a new weather change will immediately halt the current weather change. | |||
[[setRain|SetRain]] changes are independent and can occur simultaneously to a weather change. | |||
<dd class="notedate">Posted on December 15, 2015 - 14:32 (UTC)</dd> | |||
<dt class="note">[[User:Zapat|Zapat]]</dt> | |||
<dd class="note">[[setTimeMultiplier]] DOES affect transition time.</dd> | |||
<!-- Note Section END --> | <!-- Note Section END --> | ||
Line 68: | Line 73: | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
[[Category:Scripting Commands| | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands OFP 1.46|{{uc:{{PAGENAME}}}}]] | |||
[[Category:Scripting Commands OFP 1.96|{{uc:{{PAGENAME}}}}]] | |||
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands | [[Category:Scripting Commands ArmA|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] | |||
[[Category:Scripting Commands | [[Category:Command_Group:_Environment|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Command_Group:_Environment| | |||
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]] | [[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]] | ||
Revision as of 04:09, 10 January 2019
Description
- Description:
- Smoothly change the fog over given time (in seconds). See also fogParams.
- Multiplayer:
- Pre-Arma 3, each client and the server could have different fog values
- Groups:
- Uncategorised
Syntax
- Syntax:
- time setFog fog
- Parameters:
- time: Number - transition time to the new value
- fog: Number - fog density. Range 0..1
- Return Value:
- Nothing
Alternative Syntax
- Syntax:
- time setFog [fogValue, fogDecay, fogBase] (Since Arma 3)
- Parameters:
- time: Number - transition time to the new value
- [fogValue, fogDecay, fogBase]: Array of Number:
- Return Value:
- Nothing
Examples
- Example 1:
15 setFog 0.5;
- Example 2:
- Force no fog:
0 setFog 0; // forceWeatherChange; // change is immediate 999999 setFog 0;
- Example 3:
0 setFog [1, 0.01, 0];
- Example 4:
- Mountain fog, starts from 70m ASL and thickens more the higher you climb:
0 setFog [1, -1, 70];
- Example 5:
- Valley fog, starts from 60m ASL and thickens more the lower you descend:
0 setFog [1, 1, 60];
- Example 6:
- Fooooog on the waaaater:
0 setFog [1, 1, 0];
Additional Information
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
Notes
- Ceeeb
- Only one script command induced weather change (either setOvercast or setFog) can be happening at a time. Starting a new weather change will immediately halt the current weather change. SetRain changes are independent and can occur simultaneously to a weather change.
- Posted on December 15, 2015 - 14:32 (UTC)
- Zapat
- setTimeMultiplier DOES affect transition time.
Bottom Section
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint version 1.00
- Operation Flashpoint: New Scripting Commands
- Operation Flashpoint: Scripting Commands
- Command Group: Uncategorised
- Scripting Commands: Global Effect
- Scripting Commands OFP 1.46
- Scripting Commands OFP 1.96
- Scripting Commands OFP 1.99
- Scripting Commands ArmA
- Scripting Commands ArmA2
- Command Group: Environment
- Scripting Commands Take On Helicopters
- Scripting Commands Arma 3
- Arma 3: New Scripting Commands List