BIS fnc log: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Generated by BIS_fnc_exportFunctionsToWiki)
 
m (Text replacement - "|= |x3=" to "|Example2= |x3=")
(17 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{{Function|Comments=
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________


| tkoh |= Game name
| arma3 |Game name=


|1.00|= Game version
|0.50|Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Log debug message.{{informative|'''allowFunctionsLog''' has to be set to '''1''' in the [[description.ext]] for this function to work.}} |DESCRIPTION=
 
____________________________________________________________________________________________
Description:
Display debug message


Parameter(s):
| param call [[BIS_fnc_log]]; |SYNTAX=
_this select 0: STRING - Formatted message or first param
_this select n (Optional): ANY - additional parameters


Returns:
|p1= param: [[Anything]] |PARAMETER1=
BOOL - true when done
*/


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
| [[Boolean]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
 
|x1= <code>[[diag_tickTime]] [[call]] [[BIS_fnc_log]];</code> |Example1=


| <!-- [] call [[BIS_fnc_log]]; --> |= Syntax
|x2= <code><nowiki>[</nowiki>[[daytime]], [[overcast]], [[fog]]] [[call]] [[BIS_fnc_log]];</code> |Example2=
 
|p1= |= Parameter 1
 
| |= Return value
____________________________________________________________________________________________


|x1= <code></code> |=  
|x3= <code>([[name]] [[player]]) [[call]] [[BIS_fnc_log]];</code> |=  
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[BIS fnc logFormat]] |SEEALSO=


}}
}}

Revision as of 12:54, 3 September 2019

Hover & click on the images for description

Description

Description:
Log debug message.Template:informative
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
param call BIS_fnc_log;
Parameters:
param: Anything
Return Value:
Boolean

Examples

Example 1:
diag_tickTime call BIS_fnc_log;
Example 2:
[daytime, overcast, fog] call BIS_fnc_log;
Example 3:
(name player) call BIS_fnc_log;

Additional Information

See also:
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

Notes

Bottom Section