getSubtitleOptions: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (added example)
Line 21: Line 21:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


|mp= - |Multiplayer Behaviour=
|mp= - |Multiplayer Behaviour=


| [[getAudioOptionVolumes]] |See Also=
| [[getAudioOptionVolumes]], [[soundVolume]], [[musicVolume]], [[radioVolume]] |See Also=
}}
}}



Revision as of 12:50, 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 = getSubittleOptions;

Additional Information

See also:
getAudioOptionVolumessoundVolumemusicVolumeradioVolume

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