C# Class Ultima.AnimationEdit

Datei anzeigen Open project: polserver/poltools Class Usage Examples

Public Methods

Method Description
ExportToVD ( int filetype, int body, string file ) : void
GetAnimation ( int filetype, int body, int action, int dir ) : AnimIdx
IsActionDefinied ( int filetype, int body, int action ) : bool
LoadFromVD ( int filetype, int body, BinaryReader bin ) : void
Reload ( ) : void

Rereads AnimX files

Save ( int filetype, string path ) : void

Private Methods

Method Description
AnimationEdit ( ) : System.Collections.Generic
GetCache ( int filetype ) : Ultima.AnimIdx[]
GetFileIndex ( int body, int fileType, int action, int direction, FileIndex &fileIndex, int &index ) : void

Method Details

ExportToVD() public static method

public static ExportToVD ( int filetype, int body, string file ) : void
filetype int
body int
file string
return void

GetAnimation() public static method

public static GetAnimation ( int filetype, int body, int action, int dir ) : AnimIdx
filetype int
body int
action int
dir int
return AnimIdx

IsActionDefinied() public static method

public static IsActionDefinied ( int filetype, int body, int action ) : bool
filetype int
body int
action int
return bool

LoadFromVD() public static method

public static LoadFromVD ( int filetype, int body, BinaryReader bin ) : void
filetype int
body int
bin System.IO.BinaryReader
return void

Reload() public static method

Rereads AnimX files
public static Reload ( ) : void
return void

Save() public static method

public static Save ( int filetype, string path ) : void
filetype int
path string
return void