Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
SCR_AITargetReaction_SelectedTargetChanged Interface Reference

Performs reporting of selected target if it changes. More...

Inheritance diagram for SCR_AITargetReaction_SelectedTargetChanged:
[legend]

Public Member Functions

override void PerformReaction (notnull SCR_AIUtilityComponent utility, BaseTarget prevTarget, BaseTarget newTarget)
 
void PerformReaction (notnull SCR_AIUtilityComponent utility, BaseTarget prevTarget, BaseTarget newTarget)
 

Protected Member Functions

void CreateAttackActionForTarget (notnull SCR_AIUtilityComponent utility, notnull BaseTarget target, BaseTarget prevTarget)
 
void ReportPreviousTarget (notnull SCR_AIUtilityComponent utility, notnull BaseTarget prevTarget, BaseTarget newTarget)
 Reports what happened with the previous target: was lost or destroyed.
 

Detailed Description

Performs reporting of selected target if it changes.

Member Function Documentation

◆ CreateAttackActionForTarget()

void SCR_AITargetReaction_SelectedTargetChanged.CreateAttackActionForTarget ( notnull SCR_AIUtilityComponent  utility,
notnull BaseTarget  target,
BaseTarget  prevTarget 
)
protected

◆ PerformReaction()

override void SCR_AITargetReaction_SelectedTargetChanged.PerformReaction ( notnull SCR_AIUtilityComponent  utility,
BaseTarget  prevTarget,
BaseTarget  newTarget 
)

◆ ReportPreviousTarget()

void SCR_AITargetReaction_SelectedTargetChanged.ReportPreviousTarget ( notnull SCR_AIUtilityComponent  utility,
notnull BaseTarget  prevTarget,
BaseTarget  newTarget 
)
protected

Reports what happened with the previous target: was lost or destroyed.


The documentation for this interface was generated from the following file: