setPitch: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (template:command argument fix)
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Sets the pitch of a persons voice. |= Description
| Sets the pitch of a persons voice. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| person '''setPitch''' pitch |= Syntax
| person '''setPitch''' pitch |SYNTAX=


|p1= person: [[Object]] |= Parameter 1
|p1= person: [[Object]] |PARAMETER1=
|p2= pitch: [[Number]] |= Parameter 2
|p2= pitch: [[Number]] |PARAMETER2=
| [[Nothing]] |RETURNVALUE=  
| [[Nothing]] |RETURNVALUE=  



Revision as of 15:47, 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