![]() |
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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 |
| void AISmartActionComponent | ( | IEntityComponentSource | src, |
| IEntity | ent, | ||
| IEntity | parent | ||
| ) |
Definition at line 19 of file AISmartActionComponent.c.
| event override void EOnInit | ( | IEntity | owner | ) |
Initialise this component with data from FactionsManager.
Event after entity is allocated and initialized.
| owner | The owner entity |
Initialise this component with data from FactionsManager.
Event after entity is allocated and initialized.
| owner | The owner entity |
Initialise this component with data from FactionsManager.
Definition at line 79 of file SCR_AIConfigComponent.c.
| proto external vector GetActionOffset | ( | ) |
| proto external int GetTags | ( | out notnull array< string > | outTags | ) |
| proto external AIAgent GetUser | ( | ) |
| proto external bool IsActionAccessible | ( | ) |
| event void OnActionBegin | ( | IEntity | owner | ) |
| event void OnActionEnd | ( | IEntity | owner | ) |
| event void OnActionFailed | ( | IEntity | owner | ) |
| proto external void SetActionAccessible | ( | bool | accessible | ) |
| proto external void SetActionOffset | ( | vector | offset | ) |
| AISmartActionComponentClass m_Owner |