showSubtitles: Difference between revisions

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


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


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


| Enables / disables showing of subtitles in a chat. Only scripted/engine chatter is affected, player manual chat is unaffected. Returns the previous state.  |DESCRIPTION=
| Enables / disables showing of subtitles in a chat. Only scripted/engine chatter is affected, player manual chat is unaffected. Returns the previous state.  |DESCRIPTION=
____________________________________________________________________________________________


| '''showSubtitles''' enable |SYNTAX=
| '''showSubtitles''' enable |SYNTAX=
Line 27: Line 24:
|x1= <code>showSubtitles false;</code>|EXAMPLE1=  
|x1= <code>showSubtitles false;</code>|EXAMPLE1=  


____________________________________________________________________________________________


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


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



Revision as of 04:47, 17 January 2021

Hover & click on the images for description

Description

Description:
Enables / disables showing of subtitles in a chat. Only scripted/engine chatter is affected, player manual chat is unaffected. Returns the previous state.
Groups:
Radio and Chat

Syntax

Syntax:
showSubtitles enable
Parameters:
enable: Boolean -
Return Value:
Boolean

Examples

Example 1:
showSubtitles false;

Additional Information

See also:
setSpeakerdisableConversationenableRadioenableSentences

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