showRadio: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
Killzone Kid (talk | contribs) No edit summary |
||
Line 10: | Line 10: | ||
| Shows or hides the radio on the map screen, if enabled for the mission and you possess the item. (default [[true]]) | | Shows or hides the radio on the map screen, if enabled for the mission and you possess the item. (default [[true]]) | ||
{{Informative | This command exists in Arma 3 but | {{Informative | This command exists in Arma 3 but doesn't do much }} | ||
| '''showRadio''' show | | '''showRadio''' show |
Revision as of 22:36, 4 February 2021
Description
- Description:
- Description needed
- Groups:
- InteractionRadio and Chat
Syntax
- Syntax:
- Syntax needed
- Parameters:
- show: Boolean
- Return Value:
- Return value needed
Examples
- Example 1:
showRadio false
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 16 Aug, 2009
- GeneralCarver
- In Arma 2, the radio is now an item in Arma 2. Class path is CfgWeapons->ItemRadio. Use the command addWeapon and removeWeapon to remove it from a unit's inventory. (example: player removeweapon "ItemRadio")