BIS fnc titleText: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category\:Function Group\: GUI(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "")
m (Text replacement - "{{Feature arma3|" to "{{Feature|arma3|")
Line 11: Line 11:
| Display TitleText with structured text
| Display TitleText with structured text
[[File:BIS fnc titleText.jpg|left|400px]]
[[File:BIS fnc titleText.jpg|left|400px]]
{{Feature arma3|In {{arma3}} this function displays a bottom-left message, limited to two lines of approximately 53 characters each.}} |DESCRIPTION=
{{Feature|arma3|In {{arma3}} this function displays a bottom-left message, limited to two lines of approximately 53 characters each.}} |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 13:35, 27 December 2020

Hover & click on the images for description

Description

Description:
Display TitleText with structured text
BIS fnc titleText.jpg
Arma 3
In Arma 3 this function displays a bottom-left message, limited to two lines of approximately 53 characters each.
Execution:
call
Groups:
GUI

Syntax

Syntax:
message call BIS_fnc_titleText
Parameters:
message: String
Return Value:
Boolean - true when done

Examples

Example 1:
"Stratis, 2035-07-14 0130<br />A dark night ahead…" call BIS_fnc_titleText;

Additional Information

See also:
BIS_fnc_dynamicTextBIS_fnc_typeTextBIS_fnc_typeText2

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