setPitch: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(locality)
(see also)
Line 20: Line 20:




|x1= <code>unit1 setPitch 1
|x1= <code>unit1 [[setPitch]] 0.5;</code>|= EXAMPLE1  
</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________


| [[pitch]] |= SEEALSO  
| [[pitch]], [[setIdentity]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 14:22, 26 August 2018

Hover & click on the images for description

Description

Description:
Sets the pitch of a persons voice.
Groups:
Uncategorised

Syntax

Syntax:
person setPitch pitch
Parameters:
person: Object
pitch: Number
Return Value:
Nothing

Examples

Example 1:
unit1 setPitch 0.5;

Additional Information

See also:
pitchsetIdentity

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