Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | SCR_InteractionHandlerComponentClass |
Variables | |
SCR_InteractionHandlerComponentClass | DISABLED = 0 |
Nearby display will never be allowed. More... | |
SCR_InteractionHandlerComponentClass | ALWAYS_ON = 1 |
Nearby display will always be on (when possible). More... | |
SCR_InteractionHandlerComponentClass | ON_INPUT_ACTION = 2 |
Nearby display will show on provided input action. More... | |
SCR_InteractionHandlerComponentClass ALWAYS_ON = 1 |
Nearby display will always be on (when possible).
SCR_InteractionHandlerComponentClass DISABLED = 0 |
Nearby display will never be allowed.
Provides an identification for SCR_InteractionHandlerComponent which type of input to use. This is added for convenience of quick switching of different methods.
SCR_InteractionHandlerComponentClass ON_INPUT_ACTION = 2 |
Nearby display will show on provided input action.