showRadio: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
m (formatting) |
||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| ofp | |game1= ofp | ||
|1.00 | |version1= 1.00 | ||
|gr1= Interaction | |gr1= Interaction | ||
Line 9: | Line 9: | ||
|gr2= Radio and Chat | |gr2= Radio and Chat | ||
| Shows or hides the radio on the map screen, if enabled for the mission and you possess the item. (default [[true]]) | |descr= Shows or hides the radio on the map screen, if enabled for the mission and you possess the item. (default [[true]]). | ||
{{ | {{Feature|arma3|This command exists in Arma 3 but doesn't do much!}} | ||
| '''showRadio''' show | |s1= '''showRadio''' show | ||
|p1= show: [[Boolean]] | |p1= show: [[Boolean]] | ||
| [[Nothing]] | |r1= [[Nothing]] | ||
|x1= <code>showRadio [[false]]</code> | |x1= <code>[[showRadio]] [[false]];</code> | ||
| [[shownRadio]], [[showCompass]], [[showGPS]], [[showWatch]], [[showPad]] | |seealso [[shownRadio]], [[showCompass]], [[showGPS]], [[showWatch]], [[showPad]] | ||
}} | }} | ||
Line 34: | Line 34: | ||
</dl> | </dl> | ||
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands OFP 1.96|SHOWRADIO]] | [[Category:Scripting Commands OFP 1.96|SHOWRADIO]] |
Revision as of 01:20, 5 February 2021
Description
- Description:
- Shows or hides the radio on the map screen, if enabled for the mission and you possess the item. (default true).
- Groups:
- InteractionRadio and Chat
Syntax
Examples
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")
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint version 1.00
- Operation Flashpoint: New Scripting Commands
- Operation Flashpoint: Scripting Commands
- Command Group: Interaction
- Command Group: Radio and Chat
- Scripting Commands OFP 1.99
- Scripting Commands OFP 1.96
- Scripting Commands OFP 1.46
- ArmA: Armed Assault: Scripting Commands
- Arma 2: Scripting Commands
- Arma 3: Scripting Commands
- Take On Helicopters: Scripting Commands