C# 클래스 DataEditorX.Core.Mse.MseMaker

MSE制作
파일 보기 프로젝트 열기: 247321453/DataEditorX 1 사용 예제들

공개 메소드들

메소드 설명
GetAttribute ( int attr ) : string
GetAttributeInt ( string cattr ) : int
GetCardImagePath ( string picpath, Card c ) : string
GetConfig ( ) : DataEditorX.Core.Mse.MSEConfig
GetDesc ( string cdesc, string regx ) : string
GetLine ( string key, string word ) : string
GetRace ( long race ) : string
GetSpellTrapSymbol ( Card c, bool isSpell ) : string
GetStar ( long level ) : string
GetType ( CardType ctype ) : string
GetTypes ( Card c ) : string[]
MseIsRunning ( ) : bool
MseMaker ( DataEditorX.Core.Mse.MSEConfig mcfg ) : System
MseStop ( ) : void
ReText ( string text ) : string
ReadCard ( string content, string &img ) : Card
ReadCards ( string set, bool repalceOld ) : Card[]
SetConfig ( DataEditorX.Core.Mse.MSEConfig mcfg ) : void
WriteSet ( string file, Card cards, string cardpack_db, bool rarity = true ) : string>.Dictionary
cn2tw ( string str ) : string
exportSet ( string mse_path, string setfile, string path, EventHandler handler ) : void
getImageCache ( string img, Card card ) : string

图片缓存

reItalic ( string str ) : string
testPendulum ( string desc ) : void

비공개 메소드들

메소드 설명
GetCardType ( string cardtype, string level, string type1, string type2, string type3 ) : long
GetMonsterType ( string cardtype ) : long
GetMultiValue ( string content, string tag ) : string
GetRaceInt ( string race ) : long
GetSpellTrapType ( string level ) : long
GetTypeInt ( string type ) : long
GetValue ( string content, string tag ) : string
RemoveTag ( string word ) : string
exportSetThread ( object obj ) : void
getMonster ( Card c, string img, bool isPendulum, CardPack cardpack = null, bool rarity = true ) : string
getSpellTrap ( Card c, string img, bool isSpell, CardPack cardpack = null, bool rarity = true ) : string

메소드 상세

GetAttribute() 공개 정적인 메소드

public static GetAttribute ( int attr ) : string
attr int
리턴 string

GetAttributeInt() 공개 정적인 메소드

public static GetAttributeInt ( string cattr ) : int
cattr string
리턴 int

GetCardImagePath() 공개 정적인 메소드

public static GetCardImagePath ( string picpath, Card c ) : string
picpath string
c Card
리턴 string

GetConfig() 공개 메소드

public GetConfig ( ) : DataEditorX.Core.Mse.MSEConfig
리턴 DataEditorX.Core.Mse.MSEConfig

GetDesc() 공개 정적인 메소드

public static GetDesc ( string cdesc, string regx ) : string
cdesc string
regx string
리턴 string

GetLine() 공개 메소드

public GetLine ( string key, string word ) : string
key string
word string
리턴 string

GetRace() 공개 메소드

public GetRace ( long race ) : string
race long
리턴 string

GetSpellTrapSymbol() 공개 메소드

public GetSpellTrapSymbol ( Card c, bool isSpell ) : string
c Card
isSpell bool
리턴 string

GetStar() 공개 정적인 메소드

public static GetStar ( long level ) : string
level long
리턴 string

GetType() 공개 메소드

public GetType ( CardType ctype ) : string
ctype CardType
리턴 string

GetTypes() 공개 메소드

public GetTypes ( Card c ) : string[]
c Card
리턴 string[]

MseIsRunning() 공개 정적인 메소드

public static MseIsRunning ( ) : bool
리턴 bool

MseMaker() 공개 메소드

public MseMaker ( DataEditorX.Core.Mse.MSEConfig mcfg ) : System
mcfg DataEditorX.Core.Mse.MSEConfig
리턴 System

MseStop() 공개 정적인 메소드

public static MseStop ( ) : void
리턴 void

ReText() 공개 메소드

public ReText ( string text ) : string
text string
리턴 string

ReadCard() 공개 메소드

public ReadCard ( string content, string &img ) : Card
content string
img string
리턴 Card

ReadCards() 공개 메소드

public ReadCards ( string set, bool repalceOld ) : Card[]
set string
repalceOld bool
리턴 Card[]

SetConfig() 공개 메소드

public SetConfig ( DataEditorX.Core.Mse.MSEConfig mcfg ) : void
mcfg DataEditorX.Core.Mse.MSEConfig
리턴 void

WriteSet() 공개 메소드

public WriteSet ( string file, Card cards, string cardpack_db, bool rarity = true ) : string>.Dictionary
file string
cards Card
cardpack_db string
rarity bool
리턴 string>.Dictionary

cn2tw() 공개 메소드

public cn2tw ( string str ) : string
str string
리턴 string

exportSet() 공개 정적인 메소드

public static exportSet ( string mse_path, string setfile, string path, EventHandler handler ) : void
mse_path string
setfile string
path string
handler EventHandler
리턴 void

getImageCache() 공개 메소드

图片缓存
public getImageCache ( string img, Card card ) : string
img string
card Card
리턴 string

reItalic() 공개 메소드

public reItalic ( string str ) : string
str string
리턴 string

testPendulum() 공개 메소드

public testPendulum ( string desc ) : void
desc string
리턴 void