BIS fnc logFormatServer: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \| *(\[\[[a-zA-Z ]+\]\].+) \|x1=" to " |r1=$1 |x1=") |
Lou Montana (talk | contribs) m (Text replacement - " \| *(\[[^ ]+\] (call|spawn) ('''|\[\[)BI(N|S)_fnc_[a-zA-Z0-9_]+('''|\]\]));? \| *p1 *=" to " |s1=$1 |p1=") |
||
Line 10: | Line 10: | ||
{{Feature | Informative | [[Description.ext#allowFunctionsLog|allowFunctionsLog]] must be enabled.}} | {{Feature | Informative | [[Description.ext#allowFunctionsLog|allowFunctionsLog]] must be enabled.}} | ||
| [text, argument1, argument2, ...] call [[BIS_fnc_logFormatServer]] | |s1=[text, argument1, argument2, ...] call [[BIS_fnc_logFormatServer]] | ||
|p1= text: [[String]] or [[Anything]] - text using [[format]] standard (with %). Any non-[[String]] value will be converted (with [[str]]) | |p1= text: [[String]] or [[Anything]] - text using [[format]] standard (with %). Any non-[[String]] value will be converted (with [[str]]) |
Revision as of 19:30, 12 June 2021
Description
- Description:
- Description needed
- Execution:
- call
- Groups:
- Diagnostic
Syntax
- Syntax:
- [text, argument1, argument2, ...] call BIS_fnc_logFormatServer
- Parameters:
- text: String or Anything - text using format standard (with %). Any non-String value will be converted (with str)
- argument1..n: Anything - same as format arguments - referenced in text as %1, %2 etc
- Return Value:
- Boolean - true when done
Examples
- Example 1:
private _currentFPS = diag_fps; if (_currentFPS < 10) then { ["Player %1 has performance issues (%2 FPS)", name player, _currentFPS] call BIS_fnc_logFormatServer; };
Additional Information
- See also:
- diag_log BIS_fnc_log BIS_fnc_logFormat
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