BIS fnc titleText: Difference between revisions
Jump to navigation
Jump to search
(added preview image) |
m (template:command argument fix) |
||
Line 9: | Line 9: | ||
| Display TitleText with structured text | | Display TitleText with structured text | ||
[[File:BIS fnc titleText.jpg|left|400px]] | [[File:BIS fnc titleText.jpg|left|400px]] | ||
{{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.}} |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| message call [[BIS_fnc_titleText]] |= | | message call [[BIS_fnc_titleText]] |SYNTAX= | ||
|p1= message: [[String]] |= | |p1= message: [[String]] |PARAMETER1= | ||
| [[Boolean]] - [[true]] when done |= | | [[Boolean]] - [[true]] when done |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>"Stratis, 2035-07-14 0130<nowiki><br /></nowiki>A dark night ahead…" [[call]] [[BIS_fnc_titleText]];</code> |= | |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]] |= | | [[BIS_fnc_dynamicText]], [[BIS_fnc_typeText]], [[BIS_fnc_typeText2]] |SEEALSO= | ||
}} | }} | ||
Revision as of 14:34, 7 April 2019
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