fogParams: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (categories)
Line 39: Line 39:


<h3 style='display:none'>Bottom Section</h3>
<h3 style='display:none'>Bottom Section</h3>
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Environment|{{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}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 01:58, 23 November 2013

Hover & click on the images for description

Description

Description:
Returns actual params for fog. You can use this command in combination with setFog_array to sync server fog with clients.
Groups:
Uncategorised

Syntax

Syntax:
fogParams
Return Value:
Array - [fogValue, fogDecay, fogBase]

Examples

Example 1:
//server server_fog = fogParams; publicVariable "server_fog"; //client 0 setFog server_fog;

Additional Information

See also:
setFog_arraysetFogfogfogForecast

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

Bottom Section