setWaves: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (format)
No edit summary
Line 8: Line 8:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Changes the waves value smoothly during the given time (in seconds). A time of zero means there will be an immediate change.  |= Description
| Changes the waves value smoothly during the given time (in seconds). A time of zero means there will be an immediate change.<br><br>
'''NOTE''': This command will have no effect unless <tt>Manual Override</tt> option is selected in the editor in the Intel, which is normally off.<br><br>
[[Image:setWaves.jpg|left|600px]] |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 00:23, 5 March 2017

Hover & click on the images for description

Description

Description:
Changes the waves value smoothly during the given time (in seconds). A time of zero means there will be an immediate change.

NOTE: This command will have no effect unless Manual Override option is selected in the editor in the Intel, which is normally off.

setWaves.jpg
Groups:
Uncategorised

Syntax

Syntax:
time setWaves value
Parameters:
time: Number
value: Number
Return Value:
Nothing

Examples

Example 1:
180 setWaves .5;
Example 2:
0 setWaves 1;

Additional Information

See also:
wavesfogovercast

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