BIS fnc AAN: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
No edit summary |
||
Line 8: | Line 8: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Function that adds an AAN overlay to the screen, with one headline and a rolling text on the bottom. |= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [parseText "Headline", parseText "Rolling Text"] spawn [[BIS_fnc_AAN]];|= Syntax | ||
|p1= |= | |p1= [[Structured Text]] - Structured text for the Headline and Rolling Text. |= | ||
| |= Return value | | [[Nothing]] |= Return value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code></code> |= | |x1= <code>0 = [parseText "AAN live in Takistan", parseText "Weather coming up hot and steamy - Takistan shelled again from border area"] spawn BIS_fnc_AAN;</code> |= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |= See also | | [[parseText]] |= See also | ||
}} | }} |
Revision as of 20:38, 28 September 2014
Description
- Description:
- Function that adds an AAN overlay to the screen, with one headline and a rolling text on the bottom.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [parseText "Headline", parseText "Rolling Text"] spawn BIS_fnc_AAN;
- Parameters:
- Structured Text - Structured text for the Headline and Rolling Text.
- Return Value:
- Nothing
Examples
- Example 1:
0 = [parseText "AAN live in Takistan", parseText "Weather coming up hot and steamy - Takistan shelled again from border area"] spawn BIS_fnc_AAN;
Additional Information
- See also:
- parseText
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