Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
InteractionHandlerComponent.c
Go to the documentation of this file.
4
10class InteractionHandlerComponent : ExtBaseInteractionHandlerComponent
11{
15 override protected event bool CanContextChange(UserActionContext currentContext, UserActionContext newContext)
16 {
17 return true;
18 }
19
24 override protected bool DoIntersectCheck(IEntity controlledEntity) { return false; }
25
30 override protected bool GetIsInteractionAvailableScript() { return false; }
31
37 override protected bool GetCanInteractScript(IEntity controlledEntity) { return false; }
38
43 override protected BaseUserAction GetSelectedActionScript() { return null; }
44};
bool DoIntersectCheck(IEntity controlledEntity)
event bool CanContextChange(UserActionContext currentContext, UserActionContext newContext)
bool GetCanInteractScript(IEntity controlledEntity)