Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_InteractionHandlerComponent.c File Reference

Go to the source code of this file.

Classes

class  SCR_InteractionHandlerComponentClass

Variables

SCR_InteractionHandlerComponentClass DISABLED = 0
 Nearby display will never be allowed.
SCR_InteractionHandlerComponentClass ALWAYS_ON = 1
 Nearby display will always be on (when possible).
SCR_InteractionHandlerComponentClass ON_INPUT_ACTION = 2
 Nearby display will show on provided input action.

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.