BIS fnc diagKeyTest: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|s1= +" to "|s1= ")
m (Text replacement - "<code>(\[?[^\[]+\]?) *(\[\[)?(call|spawn)(\]\])? *(\[\[)?(BI(N|S)_fnc_[a-zA-Z0-9_]+)(\]\])?;?<\/code>" to "<sqf>$1 $3 $6;</sqf>")
Line 19: Line 19:
|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]]
}}
}}

Revision as of 14:24, 1 July 2022

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