fogParams: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{uc:{{PAGENAME}}}} " to "")
m (Some wiki formatting)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma3
|game1= arma3
 
|version1= 1.00
|1.00


|gr1= Environment
|gr1= Environment


| A getter for [[setFog]] (Alt Syntax). Returns extended params for the fog
|descr= A getter for [[setFog]] (Alt Syntax). Returns extended params for the fog


| '''fogParams'''
|s1= [[fogParams]]


| [[Array]] - in format [[setFog]]: [fogValue, fogDecay, fogBase]
|r1= [[Array]] of [[Number]]s - in [[setFog]] format: [fogValue, fogDecay, fogBase]


|x1= <code>_fog = [[fogParams]]</code>
|x1= <code>[[private]] _fog = [[fogParams]]</code>


|seealso= [[setFog]], [[fog]], [[fogForecast]]
|seealso= [[setFog]], [[fog]], [[fogForecast]]
}}
}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|arma3|New Scripting Commands}}

Revision as of 11:25, 9 June 2021

Hover & click on the images for description

Description

Description:
A getter for setFog (Alt Syntax). Returns extended params for the fog
Groups:
Environment

Syntax

Syntax:
fogParams
Return Value:
Array of Numbers - in setFog format: [fogValue, fogDecay, fogBase]

Examples

Example 1:
private _fog = fogParams

Additional Information

See also:
setFogfogfogForecast

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