Interface IMyOffensiveCombatIntercept
Describes entity component for AttackPattern of offensive combat block
Inherited Members
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> |