BIS fnc infoText: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[Category\:Function Group\: GUI(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Function|Comments= | {{Function|Comments= | ||
| arma2oa |Game name= | | arma2oa |Game name= | ||
Line 9: | Line 8: | ||
|eff= local |Multiplayer Arguments= | |eff= local |Multiplayer Arguments= | ||
| Display a text in the "mission" GUI area with some effects. Good for the beginning of a mission. | | Display a text in the "mission" GUI area with some effects. Good for the beginning of a mission. | ||
[[File:BIS fnc infoText.gif|thumb|left|400px|Example 1 (Click to enlarge)]]|DESCRIPTION= | [[File:BIS fnc infoText.gif|thumb|left|400px|Example 1 (Click to enlarge)]]|DESCRIPTION= | ||
| [string_1, string_2, string_n] spawn [[BIS_fnc_infoText]] |SYNTAX= | | [string_1, string_2, string_n] spawn [[BIS_fnc_infoText]] |SYNTAX= | ||
Line 20: | Line 17: | ||
| [[Nothing]] |RETURNVALUE= | | [[Nothing]] |RETURNVALUE= | ||
|x1= <code>[ "Somewhere on Altis", [[format]] ["Year %1", date select 0], [[mapGridPosition]] [[player]] ] [[spawn]] '''BIS_fnc_infoText''';</code> |= | |x1= <code>[ "Somewhere on Altis", [[format]] ["Year %1", date select 0], [[mapGridPosition]] [[player]] ] [[spawn]] '''BIS_fnc_infoText''';</code> |= | ||
|exec= spawn |Execution= By | |exec= spawn |Execution= By |
Revision as of 23:13, 16 January 2021
Description
- Description:
- Display a text in the "mission" GUI area with some effects. Good for the beginning of a mission.
- Execution:
- spawn
- Groups:
- GUI
Syntax
- Syntax:
- [string_1, string_2, string_n] spawn BIS_fnc_infoText
- Parameters:
- Array of strings
- Return Value:
- Nothing
Examples
- Example 1:
[ "Somewhere on Altis", format ["Year %1", date select 0], mapGridPosition player ] spawn BIS_fnc_infoText;
Additional Information
- See also:
- BIS_fnc_dynamicTextBIS_fnc_textTilesBIS_fnc_typeTextBIS_fnc_typeText2BIS_fnc_EXP_camp_SITREP
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