BIS_fnc_errorMsg
Jump to navigation
Jump to search
Hover & click on the images for descriptions
Description
- Description:
- Display error window.
Syntax
- Syntax:
- [message, otherParameters] call BIS_fnc_errorMsg
- Parameters:
- message: String
- otherParameters: Anything - to format format command
- Return Value:
- Script handle
Examples
- Example 1:
-
["This is an error message"] call BIS_fnc_errorMsg;
- Example 2:
-
["This is an error message: player is: %1", player] call BIS_fnc_errorMsg;
Additional Information
- Execution:
- call
- See also:
- BIS_fnc_error BIS_fnc_log BIS_fnc_logFormat
- Groups:
- Broken Functions