setNameSound: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " {{uc:{{PAGENAME}}}}" to "") |
Lou Montana (talk | contribs) |
||
Line 22: | Line 22: | ||
|p2= name: [[String]] | |p2= name: [[String]] | ||
| [[Nothing]] | |r1= [[Nothing]] | ||
|x1= <code>unit1 [[setNameSound]] "dixon";</code> | |x1= <code>unit1 [[setNameSound]] "dixon";</code> |
Revision as of 10:19, 10 June 2021
Description
- Description:
- Description needed
- Groups:
- Unit Identity
Syntax
- Syntax:
- Syntax needed
- Parameters:
- person: Object
- name: String
- Return Value:
- Nothing
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")