Method | Description | |
---|---|---|
ExportToVD ( int filetype, int body, string file ) : void | ||
GetAnimation ( int filetype, int body, int action, int dir ) : |
||
IsActionDefinied ( int filetype, int body, int action ) : bool | ||
LoadFromVD ( int filetype, int body, |
||
Reload ( ) : void |
Rereads AnimX files
|
|
Save ( int filetype, string path ) : void |
Method | Description | |
---|---|---|
AnimationEdit ( ) : System.Collections.Generic | ||
GetCache ( int filetype ) : Ultima.AnimIdx[] | ||
GetFileIndex ( int body, int fileType, int action, int direction, |
public static ExportToVD ( int filetype, int body, string file ) : void | ||
filetype | int | |
body | int | |
file | string | |
return | void |
public static GetAnimation ( int filetype, int body, int action, int dir ) : |
||
filetype | int | |
body | int | |
action | int | |
dir | int | |
return |
public static IsActionDefinied ( int filetype, int body, int action ) : bool | ||
filetype | int | |
body | int | |
action | int | |
return | bool |
public static LoadFromVD ( int filetype, int body, |
||
filetype | int | |
body | int | |
bin | ||
return | void |
public static Save ( int filetype, string path ) : void | ||
filetype | int | |
path | string | |
return | void |