setPlayerVoNVolume: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (2.00 update)
(Added Effect local)
Line 6: Line 6:


|arg= global |Multiplayer Arguments ("local" or "global")=
|arg= global |Multiplayer Arguments ("local" or "global")=
|eff= local |Effects in MP=


|gr1= Radio and Chat |GROUP1=
|gr1= Radio and Chat |GROUP1=

Revision as of 20:00, 12 December 2020

Hover & click on the images for description

Description

Description:
Sets provided player's Voice over Network (VoN) volume.
Groups:
Radio and Chat

Syntax

Syntax:
unit setPlayerVoNVolume volume
Parameters:
unit: Object - the other player's unit
volume: Number - the wanted volume
Return Value:
Nothing

Examples

Example 1:
_loudPlayer setPlayerVoNVolume 0.5;

Additional Information

See also:
getPlayerVoNVolume fadeSound fadeRadio fadeMusic

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

Bottom Section