![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Base class for tasks which return some target from combat component. More...
Protected Member Functions | |
| override void | OnInit (AIAgent owner) |
| BaseTarget | GetEnemy (SCR_AICombatComponent combatComp) |
| Must be overridden in child classes. | |
| override ENodeResult | EOnTaskSimulate (AIAgent owner, float dt) |
| ENodeResult | Fail () |
| override TStringArray | GetVariablesOut () |
Static Protected Member Functions | |
| static override bool | VisibleInPalette () |
Protected Attributes | |
| SCR_AICombatComponent | m_CombatComponent |
| ref SCR_AITargetInfo | m_TargetInfo |
Static Protected Attributes | |
| static const string | ENEMY_ENTITY_PORT = "EntityOut" |
| static const string | ENEMY_LAST_SEEN_POS_PORT = "EntityLastSeenPos" |
| static const string | ENEMY_LAST_SEEN_TIME_PORT = "EntityLastSeenTime" |
| static const string | ENEMY_TARGET_INFO_PORT = "TargetInfoOut" |
| static ref TStringArray | s_aVarsOut |
Base class for tasks which return some target from combat component.
Definition at line 2 of file SCR_AICombatTargetGetterTask.c.
|
inlineprotected |
Definition at line 25 of file SCR_AICombatTargetGetterTask.c.
|
inlineprotected |
Definition at line 51 of file SCR_AICombatTargetGetterTask.c.
|
protected |
Must be overridden in child classes.
|
inlineprotected |
Definition at line 69 of file SCR_AICombatTargetGetterTask.c.
|
inlineprotected |
Definition at line 14 of file SCR_AICombatTargetGetterTask.c.
|
inlinestaticprotected |
Definition at line 75 of file SCR_AICombatTargetGetterTask.c.
|
staticprotected |
Definition at line 6 of file SCR_AICombatTargetGetterTask.c.
|
staticprotected |
Definition at line 7 of file SCR_AICombatTargetGetterTask.c.
|
staticprotected |
Definition at line 8 of file SCR_AICombatTargetGetterTask.c.
|
staticprotected |
Definition at line 9 of file SCR_AICombatTargetGetterTask.c.
|
protected |
Definition at line 4 of file SCR_AICombatTargetGetterTask.c.
|
protected |
Definition at line 11 of file SCR_AICombatTargetGetterTask.c.
|
staticprotected |
Definition at line 62 of file SCR_AICombatTargetGetterTask.c.