Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_InteractionHandlerComponent.c File Reference

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...
 

Variable Documentation

◆ ALWAYS_ON

Nearby display will always be on (when possible).

◆ DISABLED

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.

◆ ON_INPUT_ACTION

Nearby display will show on provided input action.