setNameSound: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<!-- Note Section [A-Z]+ --> " to "")
m (Text replacement - "<dl class='command_description'>" to "<dl class="command_description">")
Line 33: Line 33:
}}
}}


<dl class='command_description'>
<dl class="command_description">
<dt><dt>
<dt><dt>
<dd class="notedate">Posted on December 22, 2013 - 19:08 (UTC)</dd>
<dd class="notedate">Posted on December 22, 2013 - 19:08 (UTC)</dd>

Revision as of 17:46, 21 May 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Unit Identity

Syntax

Syntax:
Syntax needed
Parameters:
person: Object
name: String
Return Value:
Return value needed

Examples

Example 1:
unit1 setNameSound "dixon";
Example 2:
unit1 setNameSound ""; // will reset to default behaviour
Example 3:
_name = "Masood"; unit1 setNameSound _name; unit1 setName _name;

Additional Information

See also:
nameSoundnamesetNamesetIdentity

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
Posted on December 22, 2013 - 19:08 (UTC)
Lou Montana
setting an incorrect value like "0" or "randomString" will remove the callsign (" /* 2, */ fall back")