BIS fnc log: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
m (sa) |
||
(50 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=function | ||
| arma3 |= | |game1= arma3 | ||
|version1= 0.50 | |||
| | |gr1= Diagnostic | ||
| Log debug message. | | |descr= Log debug message. | ||
{{Feature|informative|{{hl|[[Description.ext#allowFunctionsLog|allowFunctionsLog]]}} has to be set to '''1''' in [[Description.ext]] for this function to have any effect.}} | |||
| param call [[BIS_fnc_log]] | |s1= param call [[BIS_fnc_log]] | ||
|p1= | |p1= param: [[Anything]] | ||
| [[Boolean]] | |r1= [[Boolean]] | ||
| | |x1= <sqf>diag_tickTime call BIS_fnc_log;</sqf> | ||
| | |x2= <sqf>[dayTime, overcast, fog] call BIS_fnc_log;</sqf> | ||
| | |x3= <sqf>(name player) call BIS_fnc_log;</sqf> | ||
|seealso= [[BIS_fnc_error]] [[BIS_fnc_logFormat]] [[BIS_fnc_errorMsg]] [[BIS_fnc_logFormatServer]] | |||
}} | }} | ||
Latest revision as of 22:31, 30 December 2023
Description
- Description:
- Log debug message.
- Execution:
- call
- Groups:
- Diagnostic
Syntax
- Syntax:
- param call BIS_fnc_log
- Parameters:
- param: Anything
- Return Value:
- Boolean
Examples
- Example 1:
- Example 2:
- Example 3:
Additional Information
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