Show / Hide Table of Contents

Interface IMyContractRepair

Describes repair contract that player can take in contract block (mods interface) Player have to completely repair grid for getting reward

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 IMyContractRepair : IMyContract

Properties

GridId

Gets grid id, that should be repaired

Declaration
long GridId { get; }
Property Value
Type Description
System.Int64
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾