Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

Sandbox.ModAPI.Ingame.IMySearchEnemyComponent

Morten Aune Lyrstad edited this page Apr 13, 2023 · 2 revisions

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