getSubtitleOptions: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (see also)
m (example formatting)
Line 21: Line 21:
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code>_subtitleSettings = [[getSubittleOptions]];</code> |Example 1=
|x1= <code>_subtitleSettings = [[getSubtitleOptions]];</code> |Example 1=
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 12:51, 26 May 2019

-wrong parameter ("arma3dev") defined!-[[:Category:Introduced with arma3dev version 1.93|1.93]]
Hover & click on the images for description

Description

Description:
Returns subtitles settings in format [subtitles, radio subtitles].
Multiplayer:
-
Groups:
Uncategorised

Syntax

Syntax:
getSubtitleOptions
Return Value:
Array

Examples

Example 1:
_subtitleSettings = getSubtitleOptions;

Additional Information

See also:
getAudioOptionVolumes soundVolume musicVolume radioVolume

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

[[Category:Introduced with arma3dev version 1.93]][[ Category: arma3dev: New Scripting Commands | GETSUBTITLEOPTIONS]][[ Category: arma3dev: Scripting Commands | GETSUBTITLEOPTIONS]]

Bottom Section