BIS fnc titleText: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<h3 style="display:none">Bottom Section</h3>" to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects? in MP|Multiplayer Effects(...)
Line 1: Line 1:
{{Function|Comments=
{{Function| tkoh|1.00|gr1= GUI| Display TitleText with structured text <br>
 
| tkoh |Game name=
 
|1.00|Game version=
 
|gr1= GUI |GROUP1=
 
| Display TitleText with structured text <br>
{{Feature|arma3|In {{arma3}} this function displays a bottom-left message, limited to two lines of approximately 53 characters each.}} <br>
{{Feature|arma3|In {{arma3}} this function displays a bottom-left message, limited to two lines of approximately 53 characters each.}} <br>
[[File:BIS fnc titleText.jpg|left|400px]] |DESCRIPTION=
[[File:BIS fnc titleText.jpg|left|400px]]| message call [[BIS_fnc_titleText]]|p1= message: [[String]]| [[Boolean]] - [[true]] when done|x1= <code>"Stratis, 2035-07-14 0130<nowiki><br /></nowiki>A dark night ahead…" [[call]] [[BIS_fnc_titleText]];</code>| [[BIS_fnc_dynamicText]], [[BIS_fnc_typeText]], [[BIS_fnc_typeText2]] |SEEALSO=
 
| message call [[BIS_fnc_titleText]] |SYNTAX=
 
|p1= message: [[String]] |PARAMETER1=
 
| [[Boolean]] - [[true]] when done |RETURNVALUE=
 
|x1= <code>"Stratis, 2035-07-14 0130<nowiki><br /></nowiki>A dark night ahead…" [[call]] [[BIS_fnc_titleText]];</code> |EXAMPLE1=
 
| [[BIS_fnc_dynamicText]], [[BIS_fnc_typeText]], [[BIS_fnc_typeText2]] |SEEALSO=
}}
}}



Revision as of 10:58, 18 January 2021

Hover & click on the images for description

Description

Description:
Display TitleText with structured text
Arma 3
In Arma 3 this function displays a bottom-left message, limited to two lines of approximately 53 characters each.

BIS fnc titleText.jpg
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