BIS fnc titleText: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ :\\\-\/|()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
m (formatting) |
||
Line 1: | Line 1: | ||
{{RV|type=function | {{RV|type=function | ||
| tkoh | |game1= tkoh | ||
|1.00 | |version1= 1.00 | ||
|game2= arma3 | |||
|version2= 0.50 | |||
|gr1= GUI | |gr1= GUI | ||
| Display | |descr= Display given string as structured text. {{Feature|arma3|In {{arma3}} this function displays a bottom-left message, limited to two lines of approximately 53 characters each.}} | ||
{{Feature|arma3|In {{arma3}} this function displays a bottom-left message, limited to two lines of approximately 53 characters each.}} | |||
|s1= message call [[BIS_fnc_titleText]] | |||
| message | |p1= message: [[String]] - [[Structured Text]] formatting supported | ||
| | |r1= [[Boolean]] - [[true|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]]<code>"Stratis, 2035-07-14 0130<nowiki><br /></nowiki>A dark night ahead…" [[call]] [[BIS_fnc_titleText]];</code> |
Revision as of 10:08, 15 May 2021
Description
Syntax
- Syntax:
- message call BIS_fnc_titleText
- Parameters:
- message: String - Structured Text formatting supported
- 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
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