BIS fnc diagKeyTest: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
m (pf)
Line 1: Line 1:
 
{{Function|Comments=
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________


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


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


| <pre>/*
| Returns all user actions according to mode. |Description=
0 - Log all categories
1 - Log Uncategorized
2 - Log unassigned
3 - Log undefined
4 - Log localized names
*/
 
#define UserActionDesc ()
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_diagKeyTest]]; --> |= Syntax
| mode call [[BIS_fnc_diagKeyTest]] |Syntax=


|p1= |= Parameter 1
|p1=mode: [[Number]] - Can be:<br>
0 - Log all categories<br>
1 - Log Uncategorized<br>
2 - Log unassigned<br>
3 - Log undefined<br>
4 - Log localized names |Parameter 1=


| |= Return value
| [[String]] |Return value=
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code>0 [[call]] [[BIS_fnc_diagKeyTest]];</code>|Example 1=
 
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[:Category:Function Group: Diagnostic|Diagnostic Functions]]  |See also=
}}


}}


<h3 style="display:none">Notes</h3>
<h3 style="display:none">Notes</h3>

Revision as of 13:44, 21 June 2018

Hover & click on the images for description

Description

Description:
Returns all user actions according to mode.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
mode call BIS_fnc_diagKeyTest
Parameters:
mode: Number - Can be:
0 - Log all categories
1 - Log Uncategorized
2 - Log unassigned
3 - Log undefined
4 - Log localized names
Return Value:
String

Examples

Example 1:
0 call BIS_fnc_diagKeyTest;

Additional Information

See also:
Diagnostic Functions

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