-
Notifications
You must be signed in to change notification settings - Fork 125
Sandbox.ModAPI.Ingame.IMyOffensiveCombatIntercept
← Index ← Namespace Index
public interface IMyOffensiveCombatIntercept: IMyAttackPatternComponent
Describes entity component for AttackPattern of offensive combat block
Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll
Implements:
GuidanceType GuidanceType { get; set; }
Gets intercept logic type
bool ShouldOverrideCollisionAvoidance { get; set; }
Gets if should override collision avoidance
Gets attack pattern id
Inherited from IMyAttackPatternComponent
MyStringId AttackPatternName { get; }
Gets attack pattern name
Inherited from IMyAttackPatternComponent
MyStringId AttackPatternTooltip { get; }
Gets attack pattern tooltip
Inherited from IMyAttackPatternComponent
Gets if attack pattern has enemy in range
Inherited from IMyAttackPatternComponent
Gets if attack pattern is selected
Inherited from IMyAttackPatternComponent
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!