BIS fnc diagKeyTest: Difference between revisions

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


| arma3
|game1= arma3
 
|version1= 1.00
|1.00


|gr1= Diagnostic
|gr1= Diagnostic


| Returns all user actions according to mode.
|descr= Returns all user actions according to mode.


| mode call [[BIS_fnc_diagKeyTest]]
|s1= mode call [[BIS_fnc_diagKeyTest]]


|p1=mode: [[Number]] - Can be:<br>
|p1=mode: [[Number]] - can be:<br>
0 - Log all categories<br>
0 - Log all categories<br>
1 - Log Uncategorized<br>
1 - Log Uncategorized<br>
Line 18: Line 17:
4 - Log localized names
4 - Log localized names


\|r1= [[String]]
|r1= [[String]]


\|x1= <code>0 [[call]] [[BIS_fnc_diagKeyTest]];</code>
|x1= <sqf>0 call BIS_fnc_diagKeyTest;</sqf>


|seealso= [[:Category:Function Group: Diagnostic|Diagnostic Functions]]
|seealso= [[:Category:Function Group: Diagnostic|Diagnostic Functions]]
}}
}}

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