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

Go to the source code of this file.

Data Structures

class  BaseInteractionHandlerComponentClass
 

Functions

BaseInteractionHandlerComponentClass GameComponentClass IsInteractionAvailable ()
 Returns true if any interaction can be done at given moment, i.e. UI should be shown. More...
 
proto external BaseUserAction GetSelectedAction ()
 
proto external float GetVisibilityRange ()
 Returns the global actions visibility range value defined by attribute in this component. More...
 
event void OnInit (IEntity owner)
 
event void OnFrame (IEntity owner, float timeSlice)
 Called every frame, only for local player controller. More...
 
event void OnAfterPostSimulate (IEntity owner, float timeSlice)
 Called after post simulate, only for local player controller. More...