Class MyAddContractResultWrapper
Describes information about accepting contract result (mods struct)
Inheritance
System.Object
MyAddContractResultWrapper
Namespace: VRage.Game.ModAPI
Assembly: VRage.Game.dll
Syntax
public sealed class MyAddContractResultWrapper : ValueType
Fields
ContractConditionId
Declaration
public long ContractConditionId
Field Value
Type | Description |
---|---|
System.Int64 |
ContractId
Declaration
public long ContractId
Field Value
Type | Description |
---|---|
System.Int64 |
Success
Declaration
public bool Success
Field Value
Type | Description |
---|---|
System.Boolean |