C# Class Economy.scripts.EconStructures.ClientConfig

Afficher le fichier Open project: jpcsupplies/Economy_mod

Méthodes publiques

Свойство Type Description
BankBalance decimal
CompletedMissions int
CurrencyName string
LazyMissionText string
NewAccount bool
OpenedDate System.DateTime
SeenBriefing bool
ShowBalance bool
ShowCargoSpace bool
ShowContractCount bool
ShowFaction bool
ShowHud bool
ShowRegion bool
ShowXYZ bool
TradeNetworkName string

Property Details

BankBalance public_oe property

Last read Balance.
public decimal BankBalance
Résultat decimal

CompletedMissions public_oe property

public int CompletedMissions
Résultat int

CurrencyName public_oe property

Name of our money.
public string CurrencyName
Résultat string

LazyMissionText public_oe property

public string LazyMissionText
Résultat string

NewAccount public_oe property

Is this a new account that has just been created?
public bool NewAccount
Résultat bool

OpenedDate public_oe property

The date the player was first seen and the account created.
public DateTime,System OpenedDate
Résultat System.DateTime

SeenBriefing public_oe property

public bool SeenBriefing
Résultat bool

ShowBalance public_oe property

public bool ShowBalance
Résultat bool

ShowCargoSpace public_oe property

public bool ShowCargoSpace
Résultat bool

ShowContractCount public_oe property

public bool ShowContractCount
Résultat bool

ShowFaction public_oe property

public bool ShowFaction
Résultat bool

ShowHud public_oe property

public bool ShowHud
Résultat bool

ShowRegion public_oe property

public bool ShowRegion
Résultat bool

ShowXYZ public_oe property

public bool ShowXYZ
Résultat bool

TradeNetworkName public_oe property

Name our Trading Network.
public string TradeNetworkName
Résultat string