fogParams: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(arma version needs to be corrected by a dev)
 
mNo edit summary
Line 25: Line 25:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[setFog array]], [[setFog]], [[fog]] |= SEEALSO  
| [[setFog array]], [[setFog]], [[fog]], [[fogForecast]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 20:38, 18 September 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