setWaves: Difference between revisions

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




|x1= <code>180 setWaves .5;
|x1= <code>180 [[setWaves]] .5;
</code>|= EXAMPLE1  
</code>|= EXAMPLE1  


|x2= <code>0 setWaves 1;
|x2= <code>0 [[setWaves]] 1;
</code>|=
</code>|=



Revision as of 16:30, 13 September 2014

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.
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