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

Sandbox.ModAPI.Ingame.IMySearchEnemyComponent

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

IndexNamespace Index

IMySearchEnemyComponent Interface

public interface IMySearchEnemyComponent

Describes component that can find enemy grids and characters in range

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

Properties

long? FoundEnemyId { get; }

Gets found enemy (block or character)

MyStringHash SubsystemsToDestroy { get; set; }

Gets or set which grids with what subsystems should be targeted

MyGridTargetingRelationFiltering TargetingLockOptions { get; set; }

Gets or sets targeting lock option

Clone this wiki locally