BIS fnc infoText: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \| *(\[[^ ]+\] (call|spawn) ('''|\[\[)BI(N|S)_fnc_[a-zA-Z0-9_]+('''|\]\]));? \| *p1 *=" to " |s1=$1 |p1=")
m (Text replacement - "'''(BI(N|S)_fnc_[a-zA-Z0-9_]+)'''" to "$1")
Line 16: Line 16:
|r1= [[Nothing]]
|r1= [[Nothing]]


|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 21:27, 12 June 2021

Hover & click on the images for description

Description

Description:
Description needed
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