BIS fnc titleText: Difference between revisions
| m (line breaks) | Lou Montana (talk | contribs)  m (Some wiki formatting) | ||
| (17 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| {{ | {{RV|type=function | ||
| | tkoh | | |game1= tkoh | ||
| |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.}}  | |||
| | message call [[BIS_fnc_titleText]]  | |s1= message call [[BIS_fnc_titleText]] | ||
| |p1= message: [[String]]  | |p1= message: [[String]] - [[Structured Text]] formatting supported | ||
| | [[Boolean]] - [[true]] when done  | |r1= [[Boolean]] - [[true]] when done | ||
| |x1= < | |x1= [[File:BIS_fnc_titleText.jpg|right|300px]]<sqf>"Stratis, 2035-07-14 0130<br />A dark night ahead…" call BIS_fnc_titleText;</sqf> | ||
| | [[BIS_fnc_dynamicText]] | |seealso= [[BIS_fnc_dynamicText]] [[BIS_fnc_typeText]] [[BIS_fnc_typeText2]] | ||
| }} | }} | ||
Latest revision as of 14:35, 14 November 2023
Description
Syntax
- Syntax:
- message call BIS_fnc_titleText
- Parameters:
- message: String - Structured Text formatting supported
- Return Value:
- Boolean - true when done
Examples
- Example 1:
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
 
	


