BIS fnc titleText: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|game([0-9])= *([^ ]+) * +\|version([0-9])= *([^ ]+) * " to "|game$1=$2 |version$3=$4 ")
m (Some wiki formatting)
 
(7 intermediate revisions by the same user not shown)
Line 15: Line 15:
|p1= message: [[String]] - [[Structured Text]] formatting supported
|p1= message: [[String]] - [[Structured Text]] formatting supported


|r1= [[Boolean]] - [[true|True]] when done
|r1= [[Boolean]] - [[true]] when done


|x1= [[File:BIS fnc titleText.jpg|right|300px]]<code>"Stratis, 2035-07-14 0130<nowiki><br /></nowiki>A dark night ahead…" [[call]] [[BIS_fnc_titleText]];</code>
|x1= [[File:BIS_fnc_titleText.jpg|right|300px]]<sqf>"Stratis, 2035-07-14 0130<br />A dark night ahead…" call BIS_fnc_titleText;</sqf>


|seealso= [[BIS_fnc_dynamicText]], [[BIS_fnc_typeText]], [[BIS_fnc_typeText2]]
|seealso= [[BIS_fnc_dynamicText]] [[BIS_fnc_typeText]] [[BIS_fnc_typeText2]]
}}
}}
[[Category:{{Name|arma3}}: Functions|{{uc:titleText}}]]

Latest revision as of 15:35, 14 November 2023

Hover & click on the images for description

Description

Description:
Display given string as structured text.
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 - Structured Text formatting supported
Return Value:
Boolean - true when done

Examples

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

Additional Information

See also:
BIS_fnc_dynamicText BIS_fnc_typeText BIS_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