setSpeaker: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |1.04|= Game version ____________________...")
 
(Added possible values and changed example to be a working example.)
Line 17: Line 17:




|x1= <code>unit1 setSpeaker "JohnDeeSound"
|x1= <code>unit1 setSpeaker "Male02GRE";
</code>|= EXAMPLE1  
</code>|= EXAMPLE1  


Line 31: Line 31:
<dl class='command_description'>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
<dd class="notedate">Posted on September 19, 2013
<dt class="note">'''[[User:kylania|kylania]]'''<dd class="note">
'''speaker''' can be any of the following:
Male01ENG
Male01GRE
Male01PER
Male02ENG
Male02GRE
Male02PER
Male03ENG
Male03GRE
Male03PER
Male04ENG
Male04GRE
Male05ENG
Male06ENG
Male07ENG
Male08ENG
Male09ENG


<!-- Note Section END -->
<!-- Note Section END -->

Revision as of 16:51, 19 September 2013

Hover & click on the images for description

Description

Description:
Sets the speaker of a person.
Groups:
Uncategorised

Syntax

Syntax:
person setSpeaker speaker
Parameters:
person: Object
name: String
Return Value:
Nothing

Examples

Example 1:
unit1 setSpeaker "Male02GRE";

Additional Information

See also:
See also needed

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

Posted on September 19, 2013
kylania
speaker can be any of the following: Male01ENG Male01GRE Male01PER Male02ENG Male02GRE Male02PER Male03ENG Male03GRE Male03PER Male04ENG Male04GRE Male05ENG Male06ENG Male07ENG Male08ENG Male09ENG

Bottom Section