BIS fnc AAN: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
No edit summary
Line 8: Line 8:
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>
| Function that adds an AAN overlay to the screen, with one headline and a rolling text on the bottom. |= Description
/*
File: fn_AAN.sqf
 
Description:
It's showtime!
 
Parameter(s):
_this select 0: STRUCTURED TEXT: Header text
_this select 1: STRUCTURED TEXT: Bottom text (moving)
 
Returns:
Nothing
*/
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_AAN]]; --> |= Syntax
| [parseText "Headline", parseText "Rolling Text"] spawn [[BIS_fnc_AAN]];|= Syntax


|p1= |= Parameter 1
|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 21:38, 28 September 2014


Hover & click on the images for description

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

Notes

Bottom Section