fadeSpeech: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
m (fadeSound -> fadeSpeech)
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| time '''fadeSound''' volume |= Syntax
| time '''fadeSpeech''' volume |= Syntax


|p1= time: [[Number]] |=  
|p1= time: [[Number]] |=  
Line 18: Line 18:
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <pre>5 fadeSound 0.1;</pre> |=  
|x1= <pre>5 fadeSpeech 0.1;</pre> |=  
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 19:26, 2 January 2011

Hover & click on the images for description

Description

Description:
Cause a smooth change in the master speech volume. The change duration is given by time, the target volume by volume. The default master is 1.0.
Groups:
Uncategorised

Syntax

Syntax:
time fadeSpeech volume
Parameters:
time: Number
volume: Number
Return Value:
Nothing

Examples

Example 1:
5 fadeSpeech 0.1;

Additional Information

See also:
See also needed

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