BIS fnc titleText: Difference between revisions
Jump to navigation
Jump to search
m (line breaks) |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Function|Comments= | {{Function|Comments= | ||
| tkoh |Game name= | | tkoh |Game name= | ||
Line 7: | Line 6: | ||
|gr1= GUI |GROUP1= | |gr1= GUI |GROUP1= | ||
| Display TitleText with structured text <br> | | Display TitleText with structured text <br> | ||
{{Feature|arma3|In {{arma3}} this function displays a bottom-left message, limited to two lines of approximately 53 characters each.}} <br> | {{Feature|arma3|In {{arma3}} this function displays a bottom-left message, limited to two lines of approximately 53 characters each.}} <br> | ||
[[File:BIS fnc titleText.jpg|left|400px]] |DESCRIPTION= | [[File:BIS fnc titleText.jpg|left|400px]] |DESCRIPTION= | ||
| message call [[BIS_fnc_titleText]] |SYNTAX= | | message call [[BIS_fnc_titleText]] |SYNTAX= | ||
Line 19: | Line 16: | ||
| [[Boolean]] - [[true]] when done |RETURNVALUE= | | [[Boolean]] - [[true]] when done |RETURNVALUE= | ||
|x1= <code>"Stratis, 2035-07-14 0130<nowiki><br /></nowiki>A dark night ahead…" [[call]] [[BIS_fnc_titleText]];</code> |EXAMPLE1= | |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]] |SEEALSO= | | [[BIS_fnc_dynamicText]], [[BIS_fnc_typeText]], [[BIS_fnc_typeText2]] |SEEALSO= |
Revision as of 00:08, 17 January 2021
Description
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