Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
InputBinding Class Reference

Manages input key bindings, presets, contexts, and device calibration. Provides functions for creating, resetting, querying, modifying, and calibrating input bindings for various device types and action presets. More...

Detailed Description

Manages input key bindings, presets, contexts, and device calibration. Provides functions for creating, resetting, querying, modifying, and calibrating input bindings for various device types and action presets.

InputBinding binding = GetGame().GetInputManager().CreateUserBinding();
array<string> bindings = {};
binding.GetBindings("CamForward", bindings);
Print(bindings);
ArmaReforgerScripted GetGame()
Definition game.c:1398
proto void Print(void var, LogLevel level=LogLevel.NORMAL)
Prints content of variable to console/log.

Definition at line 23 of file InputBinding.c.


The documentation for this class was generated from the following file: