Class MySessionComponentContractSystemDefinition
Inheritance
System.Object
VRage.Game.Components.Session.MySessionComponentDefinition
MySessionComponentContractSystemDefinition
Inherited Members
Namespace: VRage.Game.Definitions.SessionComponents
Assembly: VRage.Game.dll
Syntax
[MyDefinitionType]
public class MySessionComponentContractSystemDefinition : MySessionComponentDefinition
Constructors
MySessionComponentContractSystemDefinition()
Declaration
public MySessionComponentContractSystemDefinition()
Fields
ActiveContractsLimitPerPlayer
Declaration
public const int ActiveContractsLimitPerPlayer = 20
Field Value
Type | Description |
---|---|
System.Int32 |
ContractCreationLimitPerPlayer
Declaration
public const int ContractCreationLimitPerPlayer = 20
Field Value
Type | Description |
---|---|
System.Int32 |
Methods
Init(MyObjectBuilder_DefinitionBase)
Declaration
protected override void Init(MyObjectBuilder_DefinitionBase builder)
Parameters
Type | Name | Description |
---|---|---|
MyObjectBuilder_DefinitionBase | builder |