武装突袭 Wiki
Advertisement
Introduced with Arma 3 version 0.50
  

Click on the images for descriptions

Introduced in

Game:
Arma 3
Version:
0.50

Description

Description:
Log error message and display it (bottom of the UI). If it's called from a function, it'll include the function name before your content. Output is: "profileName/log: ERROR: <your content>"

Syntax

Syntax:
[param1,param2,...,param10] call BIS_fnc_error;
Parameters:
param1: String - Logged message (formatted)
param2 - param10: Anything
Return Value:
String - displayed message

Examples

Example 1:
["Player is too far away (%1)",player distance dude] call BIS_fnc_error;

Additional Information

Execution:
call
Multiplayer:
-
See also:
See also needed

Notes

Only post proven facts here. Report bugs on the feedback tracker. Use the talk page or the forums for discussions.
Add New Note | How To

Notes

Posted on Aug 27, 2013
Kylania
To allow this function to log to the RPT you need to include the following in your description.ext: allowFunctionsLog=1;

Bottom Section

Advertisement