BIS fnc logFormat: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Generated by BIS_fnc_exportFunctionsToWiki)
 
mNo edit summary
(12 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Function|Comments=
____________________________________________________________________________________________


{{Function|= Comments
| arma3 |Game name=
____________________________________________________________________________________________


| arma3 |= Game name
|1.00|Game version=


|1.00|= Game version
____________________________________________________________________________________________
____________________________________________________________________________________________


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


Description:
| [Text, <Parameters>] call [[BIS_fnc_logFormat]]; |SYNTAX=
Display debug message
 
Parameter(s):
_this select 0: STRING - Formatted message or first param
_this select n (Optional): ANY - additional parameters
 
Returns:
BOOL - true when done
*/
 
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_logFormat]]; --> |= Syntax
|p1= '''Text''': [[String]] - Formatted message or first param |Parameter1=
|p2= '''Parameters''': [[Any Value]] - Optional, additional parameters |PARAMETER2=


|p1= |= Parameter 1


| |= Return value
| [[Boolean]] - [[true]] when done |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
 
|x1= <code>["my message goes here"] [[call]] [[BIS_fnc_logFormat]];</code> |EXAMPLE1=


|x1= <code></code> |=
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[BIS_fnc_log]] |SEEALSO=


}}
}}

Revision as of 09:33, 25 September 2020

Hover & click on the images for description

Description

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

Syntax

Syntax:
[Text, <Parameters>] call BIS_fnc_logFormat;
Parameters:
Text: String - Formatted message or first param
Parameters: Any Value - Optional, additional parameters
Return Value:
Boolean - true when done

Examples

Example 1:
["my message goes here"] call BIS_fnc_logFormat;

Additional Information

See also:
BIS_fnc_log

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