Interface IMyContractEscort
Describes bounty contract that player can take in contract block (mods interface) Player should protect grid
Inherited Members
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 |