C# Class ComparePlugin.SecondArt

Afficher le fichier Open project: polserver/poltools Class Usage Examples

Méthodes publiques

Méthode Description
GetIdxLength ( ) : int
GetLand ( int index ) : Bitmap
GetLegalItemID ( int itemID ) : ushort
GetMaxItemID ( ) : int
GetRawLand ( int index ) : byte[]
GetRawStatic ( int index ) : byte[]
GetStatic ( int index ) : Bitmap
IsValidLand ( int index ) : bool
IsValidStatic ( int index ) : bool
SetFileIndex ( string idxPath, string mulPath ) : void

Private Methods

Méthode Description
LoadLand ( Stream stream, int length ) : Bitmap
LoadStatic ( Stream stream, int length ) : Bitmap

Method Details

GetIdxLength() public static méthode

public static GetIdxLength ( ) : int
Résultat int

GetLand() public static méthode

public static GetLand ( int index ) : Bitmap
index int
Résultat System.Drawing.Bitmap

GetLegalItemID() public static méthode

public static GetLegalItemID ( int itemID ) : ushort
itemID int
Résultat ushort

GetMaxItemID() public static méthode

public static GetMaxItemID ( ) : int
Résultat int

GetRawLand() public static méthode

public static GetRawLand ( int index ) : byte[]
index int
Résultat byte[]

GetRawStatic() public static méthode

public static GetRawStatic ( int index ) : byte[]
index int
Résultat byte[]

GetStatic() public static méthode

public static GetStatic ( int index ) : Bitmap
index int
Résultat System.Drawing.Bitmap

IsValidLand() public static méthode

public static IsValidLand ( int index ) : bool
index int
Résultat bool

IsValidStatic() public static méthode

public static IsValidStatic ( int index ) : bool
index int
Résultat bool

SetFileIndex() public static méthode

public static SetFileIndex ( string idxPath, string mulPath ) : void
idxPath string
mulPath string
Résultat void