setPitch: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(see also)
m (template:command argument fix)
Line 17: Line 17:
|p1= person: [[Object]] |= Parameter 1
|p1= person: [[Object]] |= Parameter 1
|p2= pitch: [[Number]] |= Parameter 2
|p2= pitch: [[Number]] |= Parameter 2
| [[Nothing]] |= RETURNVALUE
| [[Nothing]] |RETURNVALUE=  




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


____________________________________________________________________________________________
____________________________________________________________________________________________


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


|  |= MPBEHAVIOUR
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}

Revision as of 11:37, 7 April 2019

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