enableSentences: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| arma2 |Game name=
| arma2
|eff= local|Multiplayer Effects=
|eff= local


|1.00|Game version=
|1.00


|gr1= Radio and Chat |GROUP1=
|gr1= Radio and Chat


|gr2= Sounds |GROUP2=
|gr2= Sounds


| Enables radio transmissions to be heard and seen on screen. It does not affect KBTell conversations. |DESCRIPTION=
| Enables radio transmissions to be heard and seen on screen. It does not affect KBTell conversations.


| '''enableSentences''' enable |SYNTAX=
| '''enableSentences''' enable


|p1= enable: [[Boolean]] |PARAMETER1=
|p1= enable: [[Boolean]]


|p2= |PARAMETER2=  
|p2=


|p3= |PARAMETER3=  
|p3=


| [[Nothing]] |RETURNVALUE=
| [[Nothing]]




|x1= <code>[[enableSentences]] [[false]];</code>|EXAMPLE1=
|x1= <code>[[enableSentences]] [[false]];</code>




|  [[setSpeaker]], [[disableConversation]], [[enableRadio]], [[showSubtitles]] |SEEALSO=
|  [[setSpeaker]], [[disableConversation]], [[enableRadio]], [[showSubtitles]]


|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=  

Revision as of 01:37, 18 January 2021

Hover & click on the images for description

Description

Description:
Enables radio transmissions to be heard and seen on screen. It does not affect KBTell conversations.
Groups:
Radio and ChatSounds

Syntax

Syntax:
enableSentences enable
Parameters:
enable: Boolean
Return Value:
Nothing

Examples

Example 1:
enableSentences false;

Additional Information

See also:
setSpeakerdisableConversationenableRadioshowSubtitles

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

Notes

Bottom Section