setNameSound: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "{{Command " to "{{RV|type=command ") |
Lou Montana (talk | contribs) m (Text replacement - "<dd class="notedate">Posted on ([^<>]+) " to "<dd class="notedate">Posted on $1</dd> ") |
||
Line 38: | Line 38: | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
<dd class="notedate">Posted on December 22, 2013 - 19:08 (UTC) | <dd class="notedate">Posted on December 22, 2013 - 19:08 (UTC)</dd> | ||
<dt class="note">[[User:Lou Montana|Lou Montana]] | <dt class="note">[[User:Lou Montana|Lou Montana]] | ||
<dd class="note">setting an incorrect value like "0" or "randomString" will remove the callsign (" ''/* 2, */'' fall back") | <dd class="note">setting an incorrect value like "0" or "randomString" will remove the callsign (" ''/* 2, */'' fall back") |
Revision as of 00:58, 30 January 2021
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:
- 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
- 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")