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

Sandbox.ModAPI.Ingame.IMySearchEnemyComponent

Malware edited this page Dec 13, 2025 · 2 revisions

DEPRECATION NOTICE

This API documentation is out of date and no longer maintained.

Please visit the new documentation at: https://malforge.github.io/spaceengineers/pbapi

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