Show / Hide Table of Contents

Interface IMyContractSearch

Describes search 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 IMyContractSearch : IMyContract

Properties

SearchRadius

Gets radius in which would be target grid

Declaration
double SearchRadius { get; }
Property Value
Type Description
System.Double

TargetGridId

Gets grid that should be found

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