shownSubtitles: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *R([a-z ])" to "$1 - r$2")
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


|arma 3
|game1= arma3
|version1= 2.06


|2.06
|gr1= Radio and Chat


|gr1=  
|descr= A getter for [[showSubtitles]].


| A getter for [[showSubtitles]]
|s1= [[shownSubtitles]]


| [[shownSubtitles]]
|r1= [[Boolean]] - returns [[true]] if subtitles are set to show


| [[Boolean]] - returns [[true]] if subtitles are set to show
|x1= <sqf>private _setToShow = shownSubtitles;</sqf>
 
|x1= <code>_setToShow = [[shownSubtitles]];</code>


|seealso= [[showSubtitles]]
|seealso= [[showSubtitles]]
}}
}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
{{GameCategory|arma3|Scripting Commands}}

Latest revision as of 16:47, 8 November 2023

Hover & click on the images for description

Description

Description:
A getter for showSubtitles.
Groups:
Radio and Chat

Syntax

Syntax:
shownSubtitles
Return Value:
Boolean - returns true if subtitles are set to show

Examples

Example 1:
private _setToShow = shownSubtitles;

Additional Information

See also:
showSubtitles

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