BIS fnc diagKeyTest: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
m (Text replacement - "(\|[pr][0-9]+ *= *[^-]+) *- *C([a-eg-z])" to "$1 - c$2")
 
(20 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{RV|type=function


{{Function|= Comments
|game1= arma3
____________________________________________________________________________________________
|version1= 1.00


| arma3 |= Game name
|gr1= Diagnostic


|1.00|= Game version
|descr= Returns all user actions according to mode.
____________________________________________________________________________________________


| <pre>/*
|s1= mode call [[BIS_fnc_diagKeyTest]]
0 - Log all categories
1 - Log Uncategorized
2 - Log unassigned
3 - Log undefined
4 - Log localized names
*/


#define UserActionDesc ()
|p1=mode: [[Number]] - can be:<br>
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
0 - Log all categories<br>
____________________________________________________________________________________________
1 - Log Uncategorized<br>
2 - Log unassigned<br>
3 - Log undefined<br>
4 - Log localized names


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


|p1= |= Parameter 1
|x1= <sqf>0 call BIS_fnc_diagKeyTest;</sqf>
 
| |= Return value
____________________________________________________________________________________________
 
|x1= <code></code> |=
____________________________________________________________________________________________
 
| |= See also


|seealso= [[:Category:Function Group: Diagnostic|Diagnostic Functions]]
}}
}}
<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:Function Group: Diagnostic|{{uc:diagKeyTest}}]]
[[Category:Functions|{{uc:diagKeyTest}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:diagKeyTest}}]]

Latest revision as of 15:00, 8 November 2023

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