BIS fnc setFog: Difference between revisions
Jump to navigation
Jump to search
(page filling) |
m (template:command argument fix) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|Instantly set weather conditions and share it across network.|= | |Instantly set weather conditions and share it across network.|DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|[strenght, density, altitude] call '''BIS_fnc_setFog'''|= | |[strenght, density, altitude] call '''BIS_fnc_setFog'''|SYNTAX= | ||
|p1= strength: [[Number]] - Fog strenght from 0 to 1.|= | |p1= strength: [[Number]] - Fog strenght from 0 to 1.|PARAMETER1= | ||
|p2= density: [[Number]] - Fog density from 0 to 1.|= | |p2= density: [[Number]] - Fog density from 0 to 1.|PARAMETER2= | ||
|p3= altitude: [[Number]] - Fog base altitude in metres.|= | |p3= altitude: [[Number]] - Fog base altitude in metres.|PARAMETER3= | ||
|[[Array]] - Array with set values|= | |[[Array]] - Array with set values|RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>[1,1,100] [[call]] '''BIS_fnc_setFog''';//Returns [1,1,100]</code> |= | |x1= <code>[1,1,100] [[call]] '''BIS_fnc_setFog''';//Returns [1,1,100]</code> |EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|[[setFog]] [[fog]]|= | |[[setFog]] [[fog]]|SEEALSO= | ||
}} | }} | ||
<h3 style="display:none">Notes</h3> | <h3 style="display:none">Notes</h3> |
Revision as of 14:33, 7 April 2019
Description
- Description:
- Instantly set weather conditions and share it across network.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [strenght, density, altitude] call BIS_fnc_setFog
- Parameters:
- strength: Number - Fog strenght from 0 to 1.
- density: Number - Fog density from 0 to 1.
- altitude: Number - Fog base altitude in metres.
- Return Value:
- Array - Array with set values
Examples
- Example 1:
[1,1,100] call BIS_fnc_setFog;//Returns [1,1,100]
Additional Information
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