Show / Hide Table of Contents

Interface IMyContractEscort

Describes bounty contract that player can take in contract block (mods interface) Player should protect grid

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

Properties

End

Declaration
Vector3D End { get; }
Property Value
Type Description
Vector3D

OwnerIdentityId

Declaration
long OwnerIdentityId { get; }
Property Value
Type Description
System.Int64

Start

Declaration
Vector3D Start { get; }
Property Value
Type Description
Vector3D
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾