Show / Hide Table of Contents

Interface IMyContractBounty

Describes bounty contract that player can take in contract block (mods interface) Player should kill other player

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

Properties

TargetIdentityId

Gets IdentityId of target, that should be killed

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