fogParams

From Bohemia Interactive Community
Revision as of 01:58, 23 November 2013 by Ceeeb (talk | contribs) (categories)
Jump to navigation Jump to search
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