BIS fnc keyCode: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[[cC]ategory:\{\{Name\|arma3\}\}: [fF]unctions\|\{\{uc:[a-z A-Z_]*\}\}\]\]" to "") |
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ :\\\-\/|()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
||
Line 24: | Line 24: | ||
|[[String]], [[Number]] or [[Array]] | |[[String]], [[Number]] or [[Array]] | ||
| [[DIK KeyCodes]] | |seealso= [[DIK KeyCodes]] | ||
}} | }} |
Revision as of 00:27, 17 February 2021
Description
- Description:
- Description needed
- Execution:
- call
- Groups:
- GUI
Syntax
- Syntax:
- Syntax needed
- Parameters:
- input:
Number: Key code
String: Key name
Boolean: Return key definitions - Return Value:
- Return value needed
Examples
- Example 1:
13 call BIS_fnc_keyCode;//Returns "EQUALS"
- Example 2:
"EQUALS" call BIS_fnc_keyCode;//Returns 13
- Example 3:
true call BIS_fnc_keyCode;//Returns ["ESCAPE",1,"1",2,"2",3,"3",4,"4",5,"5",6,"6",7,"7",8,"8",9,"9",10,"0",11,"MINUS",12,"EQUALS",13...]
Additional Information
- See also:
- DIK KeyCodes
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