Interface IMyContractAcquisition
Describes acquisition contract that player can take in contract block (mods interface)
Inherited Members
Namespace: VRage.Game.ModAPI
Assembly: VRage.Game.dll
Syntax
public interface IMyContractAcquisition : IMyContract
Properties
EndBlockId
Gets id of block, that should receive goods
Declaration
long EndBlockId { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
ItemAmount
Gets amount of items that should be delivered
Declaration
int ItemAmount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
ItemTypeId
Gets id of item that should be delivered
Declaration
MyDefinitionId ItemTypeId { get; }
Property Value
Type | Description |
---|---|
MyDefinitionId |