C# 클래스 Wolfje.Plugins.SEconomy.Configuration.WorldConfiguration.WorldConfig

파일 보기 프로젝트 열기: tylerjwatson/SEconomy 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AnnounceBossKillGains bool
AnnounceNPCKillGains bool
DeathPenaltyPercentValue decimal
KillerTakesDeathPenalty bool
MoneyFromBossEnabled bool
MoneyFromNPCEnabled bool
MoneyFromPVPEnabled bool
MoneyPerDamagePoint decimal
Overrides List
StaticDeathPenalty bool
StaticPenaltyAmount long
StaticPenaltyOverrides List

공개 메소드들

메소드 설명
LoadConfigurationFromFile ( string Path ) : WorldConfig

Loads a configuration file and deserializes it from JSON

NewSampleConfiguration ( ) : WorldConfig
SaveConfiguration ( string Path ) : void
WorldConfig ( ) : System

메소드 상세

LoadConfigurationFromFile() 공개 정적인 메소드

Loads a configuration file and deserializes it from JSON
public static LoadConfigurationFromFile ( string Path ) : WorldConfig
Path string
리턴 WorldConfig

NewSampleConfiguration() 공개 정적인 메소드

public static NewSampleConfiguration ( ) : WorldConfig
리턴 WorldConfig

SaveConfiguration() 공개 메소드

public SaveConfiguration ( string Path ) : void
Path string
리턴 void

WorldConfig() 공개 메소드

public WorldConfig ( ) : System
리턴 System

프로퍼티 상세

AnnounceBossKillGains 공개적으로 프로퍼티

public bool AnnounceBossKillGains
리턴 bool

AnnounceNPCKillGains 공개적으로 프로퍼티

public bool AnnounceNPCKillGains
리턴 bool

DeathPenaltyPercentValue 공개적으로 프로퍼티

public decimal DeathPenaltyPercentValue
리턴 decimal

KillerTakesDeathPenalty 공개적으로 프로퍼티

public bool KillerTakesDeathPenalty
리턴 bool

MoneyFromBossEnabled 공개적으로 프로퍼티

public bool MoneyFromBossEnabled
리턴 bool

MoneyFromNPCEnabled 공개적으로 프로퍼티

public bool MoneyFromNPCEnabled
리턴 bool

MoneyFromPVPEnabled 공개적으로 프로퍼티

public bool MoneyFromPVPEnabled
리턴 bool

MoneyPerDamagePoint 공개적으로 프로퍼티

public decimal MoneyPerDamagePoint
리턴 decimal

Overrides 공개적으로 프로퍼티

public List Overrides
리턴 List

StaticDeathPenalty 공개적으로 프로퍼티

public bool StaticDeathPenalty
리턴 bool

StaticPenaltyAmount 공개적으로 프로퍼티

public long StaticPenaltyAmount
리턴 long

StaticPenaltyOverrides 공개적으로 프로퍼티

public List StaticPenaltyOverrides
리턴 List