Sandbox.ModAPI.Ingame
IMyOffensiveCombatCircleOrbit
Assembly: Sandbox.Common.dll
public interface IMyOffensiveCombatCircleOrbit: IMyAttackPatternComponent
Describes entity component for AttackPattern of offensive combat block
Properties
| Member | Description |
|---|---|
| CircleDistance | Gets or sets circle/orbit distance |
| CircleInPGravity | Gets if grid should circle instead of orbiting in gravity |
| Facing | Gets which side grid should face target |
| IsOrbiting | Gets if ship currently circling or orbiting |
| AttackPatternId | Gets attack pattern id Inherited from IMyAttackPatternComponent |
| AttackPatternName | Gets attack pattern name Inherited from IMyAttackPatternComponent |
| AttackPatternTooltip | Gets attack pattern tooltip Inherited from IMyAttackPatternComponent |
| HasEnemy | Gets if attack pattern has enemy in range Inherited from IMyAttackPatternComponent |
| IsSelected | Gets if attack pattern is selected Inherited from IMyAttackPatternComponent |
Implements: