BIS fnc diagKeyTest: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category\:Function Group\: Diagnostic(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Function|Comments=
{{Function|Comments=
____________________________________________________________________________________________


| arma3 |Game name=
| arma3 |Game name=
Line 7: Line 6:


|gr1= Diagnostic |GROUP1=
|gr1= Diagnostic |GROUP1=
____________________________________________________________________________________________


| Returns all user actions according to mode. |Description=
| Returns all user actions according to mode. |Description=
____________________________________________________________________________________________


| mode call [[BIS_fnc_diagKeyTest]] |Syntax=
| mode call [[BIS_fnc_diagKeyTest]] |Syntax=
Line 22: Line 19:


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


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


____________________________________________________________________________________________


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

Revision as of 00:15, 17 January 2021

Hover & click on the images for description

Description

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

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