Interface IMyOffensiveCombatIntercept
Describes entity component for AttackPattern of offensive combat block
Inherited Members
Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll
Syntax
public interface IMyOffensiveCombatIntercept : IMyAttackPatternComponent
Properties
GuidanceType
Gets intercept logic type
Declaration
GuidanceType GuidanceType { get; set; }
Property Value
Type | Description |
---|---|
GuidanceType |
ShouldOverrideCollisionAvoidance
Gets if should override collision avoidance
Declaration
bool ShouldOverrideCollisionAvoidance { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |