Show / Hide Table of Contents

Interface IMyOffensiveCombatIntercept

Describes entity component for AttackPattern of offensive combat block

Inherited Members
IMyOffensiveCombatIntercept.ShouldOverrideCollisionAvoidance
IMyOffensiveCombatIntercept.GuidanceType
IMyAttackPatternComponent.AppendCustomInfo(StringBuilder)
IMyAttackPatternComponent.CreateTerminalInterfaceControls<T>()
IMyAttackPatternComponent.IsSelected
IMyAttackPatternComponent.AttackPatternName
IMyAttackPatternComponent.AttackPatternTooltip
IMyAttackPatternComponent.AttackPatternId
IMyAttackPatternComponent.HasEnemy
Namespace: Sandbox.ModAPI
Assembly: Sandbox.Common.dll
Syntax
public interface IMyOffensiveCombatIntercept : IMyOffensiveCombatIntercept, IMyAttackPatternComponent, IMyAttackPatternComponent

Events

OnGuidanceTypeValueChanged

Triggered when guidance type changed

Declaration
event Action<IMyOffensiveCombatIntercept> OnGuidanceTypeValueChanged
Event Type
Type Description
System.Action<IMyOffensiveCombatIntercept>
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾