You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, with multiple keybinds and mouse stuff I'm sure this function will have to change it's return values
(maybe return an array of keybinds at the end)
(could even remove func if things have changed too much)
The text was updated successfully, but these errors were encountered:
ref https://github.com/CBATeam/CBA_A3/blob/master/addons/keybinding/fnc_getKeybind.sqf
["ACRE2", "HeadSet"] call CBA_fnc_getKeybind
now returns
["ACRE2","HeadSet",any,any,any,any,any,any]
previously we used the following to pass through keypresses in our spectator's
keyDown
handler:Now, with multiple keybinds and mouse stuff I'm sure this function will have to change it's return values
(maybe return an array of keybinds at the end)
(could even remove func if things have changed too much)
The text was updated successfully, but these errors were encountered: