BIS fnc diagKeyTest: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl>" to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| arma3 | | arma3 | ||
|1.00 | |1.00 | ||
|gr1= Diagnostic | |gr1= Diagnostic | ||
| Returns all user actions according to mode. | | Returns all user actions according to mode. | ||
| mode call [[BIS_fnc_diagKeyTest]] | | mode call [[BIS_fnc_diagKeyTest]] | ||
|p1=mode: [[Number]] - Can be:<br> | |p1=mode: [[Number]] - Can be:<br> | ||
Line 16: | Line 16: | ||
2 - Log unassigned<br> | 2 - Log unassigned<br> | ||
3 - Log undefined<br> | 3 - Log undefined<br> | ||
4 - Log localized names | 4 - Log localized names | ||
| [[String]] | | [[String]] | ||
|x1= <code>0 [[call]] [[BIS_fnc_diagKeyTest]];</code> | |x1= <code>0 [[call]] [[BIS_fnc_diagKeyTest]];</code> | ||
| [[:Category:Function Group: Diagnostic|Diagnostic Functions]] | | [[:Category:Function Group: Diagnostic|Diagnostic Functions]] | ||
}} | }} | ||
Revision as of 22:59, 17 January 2021
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