Show / Hide Table of Contents

Interface IMySearchEnemyComponent

Describes component that can find enemy grids and characters in range

Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll
Syntax
public interface IMySearchEnemyComponent

Properties

FoundEnemyId

Gets found enemy (block or character)

Declaration
Nullable<long> FoundEnemyId { get; }
Property Value
Type Description
System.Nullable<System.Int64>

SubsystemsToDestroy

Gets or set which grids with what subsystems should be targeted

Declaration
MyStringHash SubsystemsToDestroy { get; set; }
Property Value
Type Description
MyStringHash

TargetingLockOptions

Gets or sets targeting lock option

Declaration
MyGridTargetingRelationFiltering TargetingLockOptions { get; set; }
Property Value
Type Description
MyGridTargetingRelationFiltering
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾