Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
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 |
public static GetAttribute ( int attr ) : string | ||
attr | int | |
return | string |
public static GetAttributeInt ( string cattr ) : int | ||
cattr | string | |
return | int |
public static GetCardImagePath ( string picpath, Card c ) : string | ||
picpath | string | |
c | Card | |
return | string |
public GetConfig ( ) : DataEditorX.Core.Mse.MSEConfig | ||
return | DataEditorX.Core.Mse.MSEConfig |
public static GetDesc ( string cdesc, string regx ) : string | ||
cdesc | string | |
regx | string | |
return | string |
public GetLine ( string key, string word ) : string | ||
key | string | |
word | string | |
return | string |
public GetSpellTrapSymbol ( Card c, bool isSpell ) : string | ||
c | Card | |
isSpell | bool | |
return | string |
public static GetStar ( long level ) : string | ||
level | long | |
return | string |
public MseMaker ( DataEditorX.Core.Mse.MSEConfig mcfg ) : System | ||
mcfg | DataEditorX.Core.Mse.MSEConfig | |
return | System |
public ReadCard ( string content, string &img ) : Card | ||
content | string | |
img | string | |
return | Card |
public ReadCards ( string set, bool repalceOld ) : Card[] | ||
set | string | |
repalceOld | bool | |
return | Card[] |
public SetConfig ( DataEditorX.Core.Mse.MSEConfig mcfg ) : void | ||
mcfg | DataEditorX.Core.Mse.MSEConfig | |
return | void |
public WriteSet ( string file, Card cards, string cardpack_db, bool rarity = true ) : string>.Dictionary |
||
file | string | |
cards | Card | |
cardpack_db | string | |
rarity | bool | |
return | string>.Dictionary |
public static exportSet ( string mse_path, string setfile, string path, EventHandler handler ) : void | ||
mse_path | string | |
setfile | string | |
path | string | |
handler | EventHandler | |
return | void |
public getImageCache ( string img, Card card ) : string | ||
img | string | |
card | Card | |
return | string |