BIS fnc logFormat: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) m (Created page with "<syntaxhighlight lang=javascript>/* Author: Karel Moricky Description: Display debug message Parameter(s): _this select 0: STRING - Formatted message or first param _this...") |
(Now has the correct layout.) |
||
Line 1: | Line 1: | ||
{{Function|= Comments | |||
____________________________________________________________________________________________ | |||
| arma3 |= Game name | |||
|1.00|= Game version | |||
____________________________________________________________________________________________ | |||
| Display debug message. |= Description | |||
____________________________________________________________________________________________ | |||
| [Text, <Parameters>] call [[BIS_fnc_logFormat]]; |= Syntax | |||
|p1= '''Text''': [[String]] - Formatted message or first param |= | |||
|p2= '''Parameters''': [[Any Value]] - Optional, additional parameters |= | |||
| [[Boolean]] - [[true]] when done |= Return value | |||
____________________________________________________________________________________________ | |||
|x1= <code>["my message goes here"] [[call]] [[BIS_fnc_logFormat]];</code> |= | |||
____________________________________________________________________________________________ | |||
| |= See also | |||
}} | |||
} | |||
<h3 style="display:none">Notes</h3> | |||
</ | <dl class="command_description"> | ||
<!-- Note Section BEGIN --> | |||
<!-- Note Section END --> | |||
</dl> | |||
<h3 style="display:none">Bottom Section</h3> | |||
[[Category:Arma 3:_Functions|logFormat]] |
Revision as of 13:56, 2 May 2014
Description
- Description:
- Display debug message.
- 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:
- See also needed
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