Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
BaseInteractionHandlerComponent.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
15
18class BaseInteractionHandlerComponent: GameComponent
19{
21 proto external bool IsInteractionAvailable();
25 proto external BaseUserAction GetSelectedAction();
27 proto external float GetVisibilityRange();
28
29 // callbacks
30
35 event void OnInit(IEntity owner);
37 event void OnFrame(IEntity owner, float timeSlice);
39 event void OnAfterPostSimulate(IEntity owner, float timeSlice);
40}
41
BaseInteractionHandlerComponentClass GameComponentClass IsInteractionAvailable()
Returns true if any interaction can be done at given moment, i.e. UI should be shown.
proto external float GetVisibilityRange()
Returns the global actions visibility range value defined by attribute in this component.
event void OnAfterPostSimulate(IEntity owner, float timeSlice)
Called after post simulate, only for local player controller.
proto external BaseUserAction GetSelectedAction()