Sandbox.ModAPI
IMySearchEnemyComponent
Assembly: Sandbox.Common.dll
public interface IMySearchEnemyComponent: IMySearchEnemyComponent
Describes component that can find enemy grids and characters in range
Events
| Member | Description |
|---|---|
| ForceSearchRequired | Called when the search component should receive a scan immediately. For example: previous target was destroyed |
| SearchComplete | Called when Search was finished, as argument found enemy (block or character) is returned |
| TargetChanged | Called when target enemy (grid or character) is changed |
Properties
| Member | Description |
|---|---|
| FoundEnemy | Gets found enemy (block or character) |
| FoundEnemyId | Gets found enemy (block or character) Inherited from IMySearchEnemyComponent |
| SubsystemsToDestroy | Gets or set which grids with what subsystems should be targeted Inherited from IMySearchEnemyComponent |
| TargetingLockOptions | Gets or sets targeting lock option Inherited from IMySearchEnemyComponent |
Implements: