Sandbox.ModAPI.Ingame
IMyBasicMissionComponent
Assembly: Sandbox.Common.dll
public interface IMyBasicMissionComponent
Describes entity component interface for basic mission (Basic AI block)
Properties
| Member | Description |
|---|---|
| DetailedInfo | Contains detailed info with current status/error messages |
| IsSelected | Gets or sets whether the mission is selected |
| MissionName | Gets mission name |
| UniqueSelectionId | Gets unique selection id for the mission. You can find id of the mission in the EntityComponents.sbc. |