Class MyBankingSystemDefinition
Inheritance
System.Object
VRage.Game.Components.Session.MySessionComponentDefinition
MyBankingSystemDefinition
Inherited Members
Namespace: VRage.Game.Definitions.SessionComponents
Assembly: VRage.Game.dll
Syntax
[MyDefinitionType]
public class MyBankingSystemDefinition : MySessionComponentDefinition
Constructors
MyBankingSystemDefinition()
Declaration
public MyBankingSystemDefinition()
Properties
AccountLogLen
Max account log entriee.
Declaration
public uint AccountLogLen { get; }
Property Value
Type | Description |
---|---|
System. |
CurrencyFullName
Currency full name.
Declaration
public MyStringId CurrencyFullName { get; }
Property Value
Type | Description |
---|---|
My |
CurrencyShortName
Currency short name.
Declaration
public MyStringId CurrencyShortName { get; }
Property Value
Type | Description |
---|---|
My |
PhysicalItemId
Definition id of physical item representation of the currency
Declaration
public MyDefinitionId PhysicalItemId { get; }
Property Value
Type | Description |
---|---|
My |
StartingBalance
Starting balance when account is created.
Declaration
public long StartingBalance { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
Init(MyObjectBuilder_DefinitionBase)
Declaration
protected override void Init(MyObjectBuilder_DefinitionBase builder)
Parameters
Type | Name | Description |
---|---|---|
My |
builder |