Show / Hide Table of Contents

Interface IMyContractAcquisition

Describes acquisition contract that player can take in contract block (mods interface)

Inherited Members
IMyContract.StartBlockId
IMyContract.MoneyReward
IMyContract.Collateral
IMyContract.Duration
IMyContract.OnContractAcquired
IMyContract.OnContractSucceeded
IMyContract.OnContractFailed
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
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾