fogParams

From Bohemia Interactive Community
Revision as of 20:28, 18 September 2013 by Killzone Kid (talk | contribs) (arma version needs to be corrected by a dev)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 arraysetFogfog

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