setPitch: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 9: Line 9:
|eff= local |Multiplayer Effects=
|eff= local |Multiplayer Effects=


|gr1= Object Manipulation |GROUP1=
|gr1= Unit Identity |GROUP1=


|gr2= Sounds |GROUP2=
|gr2= Sounds |GROUP2=

Revision as of 16:26, 24 September 2020

Hover & click on the images for description

Description

Description:
Sets the pitch of a persons voice.
Groups:
Unit IdentitySounds

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