enableSentences: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]2(\|.*)\]\]" to "{{GameCategory|arma2|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma2 |Game name=
| arma2 |Game name=
Line 10: Line 9:


|gr2= Sounds |GROUP2=
|gr2= Sounds |GROUP2=
____________________________________________________________________________________________


| 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. |DESCRIPTION=
____________________________________________________________________________________________


| '''enableSentences''' enable |SYNTAX=
| '''enableSentences''' enable |SYNTAX=
Line 28: Line 25:
|x1= <code>[[enableSentences]] [[false]];</code>|EXAMPLE1=  
|x1= <code>[[enableSentences]] [[false]];</code>|EXAMPLE1=  


____________________________________________________________________________________________


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


|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
}}
}}



Revision as of 02:14, 17 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