Sandbox.ModAPI
IMyOffensiveCombatIntercept
Assembly: Sandbox.Common.dll
public interface IMyOffensiveCombatIntercept: IMyOffensiveCombatIntercept, IMyAttackPatternComponent, IMyAttackPatternComponent
Describes entity component for AttackPattern of offensive combat block
Events
| Member | Description |
|---|---|
| OnGuidanceTypeValueChanged | Triggered when guidance type changed |
Properties
| Member | Description |
|---|---|
| AttackPatternId | Gets attack pattern id Inherited from IMyAttackPatternComponent |
| AttackPatternName | Gets attack pattern name Inherited from IMyAttackPatternComponent |
| AttackPatternTooltip | Gets attack pattern tooltip Inherited from IMyAttackPatternComponent |
| GuidanceType | Gets intercept logic type Inherited from IMyOffensiveCombatIntercept |
| HasEnemy | Gets if attack pattern has enemy in range Inherited from IMyAttackPatternComponent |
| IsSelected | Gets if attack pattern is selected Inherited from IMyAttackPatternComponent |
| IsSelected | Gets if attack pattern is selected Inherited from IMyAttackPatternComponent |
| ShouldOverrideCollisionAvoidance | Gets if should override collision avoidance Inherited from IMyOffensiveCombatIntercept |
Methods
| Member | Description |
|---|---|
| AppendCustomInfo(StringBuilder) | Override to add information about mission status Inherited from IMyAttackPatternComponent |
| CreateTerminalInterfaceControls |
Inherited from IMyAttackPatternComponent |
Implements: