BIS fnc titleText: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
Lou Montana (talk | contribs) (Page filling) |
||
Line 1: | Line 1: | ||
{{Function|= Comments | {{Function|= Comments | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 8: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Display TitleText with structured text | ||
{{Feature arma3|In {{arma3}} this function displays a bottom-left message, limited to two lines of approximately 53 characters each.}} |= Description | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | message call [[BIS_fnc_titleText]] |= Syntax | ||
|p1= |= Parameter 1 | |p1= message: [[String]] |= Parameter 1 | ||
| |= Return value | | [[Boolean]] - [[true]] when done |= Return value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code></code> |= | |x1= <code>"Stratis, 2035-07-14 0130<nowiki><br /></nowiki>A dark night ahead…" [[call]] [[BIS_fnc_titleText]];</code> |= Example 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |= See also | | [[BIS_fnc_dynamicText]], [[BIS_fnc_typeText]], [[BIS_fnc_typeText2]] |= See also | ||
}} | }} | ||
Revision as of 22:22, 29 April 2018
Description
- Description:
- Display TitleText with structured text
- Execution:
- call
- Groups:
- Uncategorised
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
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