Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | AISmartActionComponentClass |
Functions | |
void | AISmartActionComponent (IEntityComponentSource src, IEntity ent, IEntity parent) |
proto external AIAgent | GetUser () |
proto external bool | IsActionAccessible () |
proto external void | SetActionAccessible (bool accessible) |
proto external int | GetTags (out notnull array< string > outTags) |
proto external void | SetActionOffset (vector offset) |
proto external vector | GetActionOffset () |
event override void | EOnInit (IEntity owner) |
Initialise this component with data from FactionsManager. More... | |
event void | OnActionBegin (IEntity owner) |
event void | OnActionEnd (IEntity owner) |
event void | OnActionFailed (IEntity owner) |
Variables | |
AISmartActionComponentClass | m_Owner |