CBA_fnc_notify

Description

Display a text message.  Multiple incoming messages are queued.

Parameters

_contentNotifications content (lines).  ARRAY
_line1First content line.  ARRAY
_line2Second content line.  ARRAY ...
_lineNN-th content line (may be passed directly if only 1 line is required).  ARRAY
_textText to display or path to .paa or .jpg image (may be passed directly if only text is required).  <STRING, NUMBER>
_sizeText or image size multiplier.  (optional, default: 1) <NUMBER>
_colorRGB or RGBA color (range 0-1).  (optional, default: [1, 1, 1, 1]) ARRAY
_skippableSkip or overwrite this notification if another entered the queue.  (optional, default: false) <BOOL>

Examples

"Banana" call CBA_fnc_notify;
["Banana", 1.5, [1, 1, 0, 1]] call CBA_fnc_notify;
[["Banana", 1.5, [1, 1, 0, 1]], ["Not Apple"], true] call CBA_fnc_notify;

Returns

Nothing

Authors

commy2

Array to read from [Array]
Close