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

Sandbox.ModAPI.Ingame.IMyAttackPatternComponent

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

IndexNamespace Index

IMyAttackPatternComponent Interface

public interface IMyAttackPatternComponent

Describes entity component for AttackPattern of offensive combat block

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

Inheritors:

Properties

long AttackPatternId { get; }

Gets attack pattern id

MyStringId AttackPatternName { get; }

Gets attack pattern name

MyStringId AttackPatternTooltip { get; }

Gets attack pattern tooltip

bool HasEnemy { get; }

Gets if attack pattern has enemy in range

bool IsSelected { get; }

Gets if attack pattern is selected

Clone this wiki locally