Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Sandbox.ModAPI.Ingame.IMyOffensiveCombatCircleOrbit

Morten Aune Lyrstad edited this page Apr 13, 2023 · 1 revision

IndexNamespace Index

IMyOffensiveCombatCircleOrbit Interface

public interface IMyOffensiveCombatCircleOrbit: IMyAttackPatternComponent

Describes entity component for AttackPattern of offensive combat block

Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll

Implements:

Properties

float CircleDistance { get; set; }

Gets or sets circle/orbit distance

bool CircleInPGravity { get; set; }

Gets if grid should circle instead of orbiting in gravity

DirectionFlags Facing { get; set; }

Gets which side grid should face target

bool IsOrbiting { get; }

Gets if ship currently circling or orbiting

long AttackPatternId { get; }

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

bool HasEnemy { get; }

Gets if attack pattern has enemy in range

Inherited from IMyAttackPatternComponent

bool IsSelected { get; }

Gets if attack pattern is selected

Inherited from IMyAttackPatternComponent

Clone this wiki locally