C# Class Economy.scripts.EconStructures.ClientConfig

ファイルを表示 Open project: jpcsupplies/Economy_mod

Public Properties

Property 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
return decimal

CompletedMissions public_oe property

public int CompletedMissions
return int

CurrencyName public_oe property

Name of our money.
public string CurrencyName
return string

LazyMissionText public_oe property

public string LazyMissionText
return string

NewAccount public_oe property

Is this a new account that has just been created?
public bool NewAccount
return bool

OpenedDate public_oe property

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

SeenBriefing public_oe property

public bool SeenBriefing
return bool

ShowBalance public_oe property

public bool ShowBalance
return bool

ShowCargoSpace public_oe property

public bool ShowCargoSpace
return bool

ShowContractCount public_oe property

public bool ShowContractCount
return bool

ShowFaction public_oe property

public bool ShowFaction
return bool

ShowHud public_oe property

public bool ShowHud
return bool

ShowRegion public_oe property

public bool ShowRegion
return bool

ShowXYZ public_oe property

public bool ShowXYZ
return bool

TradeNetworkName public_oe property

Name our Trading Network.
public string TradeNetworkName
return string