Interface IMyBasicMissionBlock
Describes basic mission block interface
Inherited Members
Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll
Syntax
public interface IMyBasicMissionBlock : IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity
Properties
SelectedMissionId
Gets or sets the selected mission id. Each id of the mission is unique. You can find ids of the missions on the EntityComponents.sbc.
Declaration
long SelectedMissionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |