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
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 |