C# 클래스 Economy.scripts.EconStructures.ClientConfig

파일 보기 프로젝트 열기: jpcsupplies/Economy_mod

공개 프로퍼티들

프로퍼티 타입 설명
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

프로퍼티 상세

BankBalance 공개적으로 프로퍼티

Last read Balance.
public decimal BankBalance
리턴 decimal

CompletedMissions 공개적으로 프로퍼티

public int CompletedMissions
리턴 int

CurrencyName 공개적으로 프로퍼티

Name of our money.
public string CurrencyName
리턴 string

LazyMissionText 공개적으로 프로퍼티

public string LazyMissionText
리턴 string

NewAccount 공개적으로 프로퍼티

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

OpenedDate 공개적으로 프로퍼티

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

SeenBriefing 공개적으로 프로퍼티

public bool SeenBriefing
리턴 bool

ShowBalance 공개적으로 프로퍼티

public bool ShowBalance
리턴 bool

ShowCargoSpace 공개적으로 프로퍼티

public bool ShowCargoSpace
리턴 bool

ShowContractCount 공개적으로 프로퍼티

public bool ShowContractCount
리턴 bool

ShowFaction 공개적으로 프로퍼티

public bool ShowFaction
리턴 bool

ShowHud 공개적으로 프로퍼티

public bool ShowHud
리턴 bool

ShowRegion 공개적으로 프로퍼티

public bool ShowRegion
리턴 bool

ShowXYZ 공개적으로 프로퍼티

public bool ShowXYZ
리턴 bool

TradeNetworkName 공개적으로 프로퍼티

Name our Trading Network.
public string TradeNetworkName
리턴 string