Метод | Описание | |
---|---|---|
CardCopy ( long newid, long oldid, |
||
CardDelete ( long id, |
||
CardRename ( long newid, long oldid, |
||
GetAttributeString ( int attr ) : string | ||
GetCardType ( Card c ) : string | ||
GetRace ( long race ) : string | ||
GetSetNameString ( long setcode ) : string | ||
GetTypeString ( long type ) : string | ||
ReadImage ( string path ) : string[] | ||
ReadYDK ( string ydkfile ) : string[] |
读取ydk文件为密码数组
|
|
SetConfig ( DataEditorX.Config.DataConfig dcfg ) : void | ||
isDataBase ( string file ) : bool | ||
isScript ( string file ) : bool |
Метод | Описание | |
---|---|---|
GetType ( CardType type ) : string | ||
YGOUtil ( ) : System |
public static CardCopy ( long newid, long oldid, |
||
newid | long | |
oldid | long | |
ygopath | ||
Результат | void |
public static CardDelete ( long id, |
||
id | long | |
ygopath | ||
Результат | void |
public static CardRename ( long newid, long oldid, |
||
newid | long | |
oldid | long | |
ygopath | ||
Результат | void |
public static GetAttributeString ( int attr ) : string | ||
attr | int | |
Результат | string |
public static GetCardType ( Card c ) : string | ||
c | Card | |
Результат | string |
public static GetRace ( long race ) : string | ||
race | long | |
Результат | string |
public static GetSetNameString ( long setcode ) : string | ||
setcode | long | |
Результат | string |
public static GetTypeString ( long type ) : string | ||
type | long | |
Результат | string |
public static ReadImage ( string path ) : string[] | ||
path | string | |
Результат | string[] |
public static ReadYDK ( string ydkfile ) : string[] | ||
ydkfile | string | |
Результат | string[] |
public static SetConfig ( DataEditorX.Config.DataConfig dcfg ) : void | ||
dcfg | DataEditorX.Config.DataConfig | |
Результат | void |
public static isDataBase ( string file ) : bool | ||
file | string | |
Результат | bool |
public static isScript ( string file ) : bool | ||
file | string | |
Результат | bool |